teest
This commit is contained in:
parent
6503b13adb
commit
23ed4d34e3
1 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@
|
|||
games.enable = false;
|
||||
core-utilities.enable = true;
|
||||
};
|
||||
|
||||
/*
|
||||
# https://nixos.wiki/wiki/GNOME
|
||||
environment.gnome.excludePackages = (with pkgs; [
|
||||
gnome.cheese
|
||||
|
@ -28,7 +28,7 @@
|
|||
gnome.gnome-logs
|
||||
gnome.gnome-maps
|
||||
gnome.simple-scan
|
||||
]);
|
||||
]); */
|
||||
|
||||
# Gnome extensions
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
@ -46,7 +46,7 @@
|
|||
|
||||
imports = [
|
||||
./gnome/gruvbox-theme.nix
|
||||
./gnome/nordic-theme.nix
|
||||
# ./gnome/nordic-theme.nix
|
||||
];
|
||||
# Idea... Move these to a separate file and tie it into dconf sections that load the theme automatically when I want it.
|
||||
}
|
Loading…
Reference in a new issue