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;
|
games.enable = false;
|
||||||
core-utilities.enable = true;
|
core-utilities.enable = true;
|
||||||
};
|
};
|
||||||
|
/*
|
||||||
# https://nixos.wiki/wiki/GNOME
|
# https://nixos.wiki/wiki/GNOME
|
||||||
environment.gnome.excludePackages = (with pkgs; [
|
environment.gnome.excludePackages = (with pkgs; [
|
||||||
gnome.cheese
|
gnome.cheese
|
||||||
|
@ -28,7 +28,7 @@
|
||||||
gnome.gnome-logs
|
gnome.gnome-logs
|
||||||
gnome.gnome-maps
|
gnome.gnome-maps
|
||||||
gnome.simple-scan
|
gnome.simple-scan
|
||||||
]);
|
]); */
|
||||||
|
|
||||||
# Gnome extensions
|
# Gnome extensions
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
@ -46,7 +46,7 @@
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
./gnome/gruvbox-theme.nix
|
./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.
|
# 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