back to GNOME
This commit is contained in:
+7
-7
@@ -8,8 +8,8 @@
|
||||
imports =
|
||||
[
|
||||
./hardware-configuration.nix
|
||||
# ./modules/desktop/gnome.nix
|
||||
./modules/desktop/kde.nix
|
||||
./modules/desktop/gnome.nix
|
||||
# ./modules/desktop/kde.nix
|
||||
# ./modules/desktop/hyprland.nix
|
||||
# ./modules/desktop/niri.nix
|
||||
];
|
||||
@@ -41,11 +41,11 @@
|
||||
# Set your time zone.
|
||||
time.timeZone = "Europe/Berlin";
|
||||
|
||||
xdg.portal = {
|
||||
enable = true;
|
||||
extraPortals = [ pkgs.kdePackages.xdg-desktop-portal-kde ];
|
||||
config.common.default = [ "kde" "gtk" ];
|
||||
};
|
||||
# xdg.portal = {
|
||||
# enable = true;
|
||||
# extraPortals = [ pkgs.kdePackages.xdg-desktop-portal-kde ];
|
||||
# config.common.default = [ "kde" "gtk" ];
|
||||
# };
|
||||
programs.dconf.enable = true;
|
||||
# Configure network proxy if necessary
|
||||
# networking.proxy.default = "http://user:password@proxy:port/";
|
||||
|
||||
Reference in New Issue
Block a user