Konfigfile aufgeräumt

This commit is contained in:
2026-04-16 13:58:23 +02:00
parent 9203a5e845
commit f852a15e81
+6 -4
View File
@@ -8,9 +8,10 @@
imports = imports =
[ [
./hardware-configuration.nix ./hardware-configuration.nix
./gnome.nix ./modules/desktop/gnome.nix
# ./plasma.nix # ./modules/desktop/kde.nix
# ./hyprland.nix # ./modules/desktop/hyprland.nix
# ./modules/desktop/niri.nix
]; ];
# Use the systemd-boot EFI boot loader. # Use the systemd-boot EFI boot loader.
@@ -40,6 +41,7 @@
# Set your time zone. # Set your time zone.
time.timeZone = "Europe/Berlin"; time.timeZone = "Europe/Berlin";
programs.dconf.enable = true;
# Configure network proxy if necessary # Configure network proxy if necessary
# networking.proxy.default = "http://user:password@proxy:port/"; # networking.proxy.default = "http://user:password@proxy:port/";
# networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain"; # networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain";
@@ -55,7 +57,7 @@
# Enable Gnome3 Keyring # Enable Gnome3 Keyring
# services.gnome.gnome-keyring.enable = true; # services.gnome.gnome-keyring.enable = true;
# Enable CUPS to print documents. # Enable CUPS to print documents.2
services.printing.enable = true; services.printing.enable = true;
services.avahi = { services.avahi = {
enable = true; enable = true;