This commit is contained in:
iFargle 2023-07-01 21:33:53 +09:00
parent 6503b13adb
commit 23ed4d34e3

View file

@ -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.
}