back to GNOME

This commit is contained in:
Martin
2026-06-11 08:04:48 +00:00
parent f93b8eff73
commit 12c86fa83e
+7 -7
View File
@@ -8,8 +8,8 @@
imports = imports =
[ [
./hardware-configuration.nix ./hardware-configuration.nix
# ./modules/desktop/gnome.nix ./modules/desktop/gnome.nix
./modules/desktop/kde.nix # ./modules/desktop/kde.nix
# ./modules/desktop/hyprland.nix # ./modules/desktop/hyprland.nix
# ./modules/desktop/niri.nix # ./modules/desktop/niri.nix
]; ];
@@ -41,11 +41,11 @@
# Set your time zone. # Set your time zone.
time.timeZone = "Europe/Berlin"; time.timeZone = "Europe/Berlin";
xdg.portal = { # xdg.portal = {
enable = true; # enable = true;
extraPortals = [ pkgs.kdePackages.xdg-desktop-portal-kde ]; # extraPortals = [ pkgs.kdePackages.xdg-desktop-portal-kde ];
config.common.default = [ "kde" "gtk" ]; # config.common.default = [ "kde" "gtk" ];
}; # };
programs.dconf.enable = true; 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/";