back to GNOME
This commit is contained in:
+8
-8
@@ -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/";
|
||||||
@@ -60,7 +60,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
# Enable Gnome3 Keyring
|
# Enable Gnome3 Keyring
|
||||||
# services.gnome.gnome-keyring.enable = true;
|
#services.gnome.gnome-keyring.enable = true;
|
||||||
|
|
||||||
# Enable CUPS to print documents.2
|
# Enable CUPS to print documents.2
|
||||||
services.printing.enable = true;
|
services.printing.enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user