From 3a3bc3a9e5b7899237746d5ca7d9e419c1373df2 Mon Sep 17 00:00:00 2001 From: ska Date: Tue, 6 Jan 2026 19:55:38 +0000 Subject: [PATCH] Update configuration.nix --- configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configuration.nix b/configuration.nix index 18102ed..65b780d 100644 --- a/configuration.nix +++ b/configuration.nix @@ -21,7 +21,7 @@ boot.initrd.systemd.enable = true; boot.initrd.verbose = false; - # Explicit graphics fallback for unknown hardware + # Graphics fallback for unknown hardware boot.initrd.kernelModules = [ "i915" "amdgpu" @@ -175,7 +175,7 @@ ]; programs.firefox.enable = false; - + services.flatpak.enable = true; ############################################################