test
This commit is contained in:
parent
b6dd22e37f
commit
0bfcd2cbb0
1 changed files with 13 additions and 15 deletions
|
@ -84,7 +84,7 @@
|
||||||
|
|
||||||
# https://nixos.wiki/wiki/GNOME
|
# https://nixos.wiki/wiki/GNOME
|
||||||
# Remove unwanted packages
|
# Remove unwanted packages
|
||||||
environment.gnome.excludePackages = with pkgs; [
|
environment.gnome.excludePackages = (with pkgs; [
|
||||||
gnome.cheese
|
gnome.cheese
|
||||||
gnome.gnome-music
|
gnome.gnome-music
|
||||||
gnome.epiphany
|
gnome.epiphany
|
||||||
|
@ -100,22 +100,20 @@
|
||||||
gnome.gnome-logs
|
gnome.gnome-logs
|
||||||
gnome.gnome-maps
|
gnome.gnome-maps
|
||||||
gnome.simple-scan
|
gnome.simple-scan
|
||||||
];
|
]);
|
||||||
|
|
||||||
environment.systemPackages = with pkgs.gnomeExtensions; [
|
|
||||||
# Gnome Extensions
|
|
||||||
tiling-assistant
|
|
||||||
dash-to-dock
|
|
||||||
blur-my-shell
|
|
||||||
vitals
|
|
||||||
user-themes
|
|
||||||
caffeine
|
|
||||||
hibernate-status-button
|
|
||||||
night-theme-switcher
|
|
||||||
gamemode
|
|
||||||
];
|
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
# Gnome Extensions
|
||||||
|
gnomeExtensions.tiling-assistant
|
||||||
|
gnomeExtensions.dash-to-dock
|
||||||
|
gnomeExtensions.blur-my-shell
|
||||||
|
gnomeExtensions.vitals
|
||||||
|
gnomeExtensions.user-themes
|
||||||
|
gnomeExtensions.caffeine
|
||||||
|
gnomeExtensions.hibernate-status-button
|
||||||
|
gnomeExtensions.night-theme-switcher
|
||||||
|
gnomeExtensions.gamemode
|
||||||
|
|
||||||
# Gnome relevant packages
|
# Gnome relevant packages
|
||||||
gnome3.gnome-tweaks
|
gnome3.gnome-tweaks
|
||||||
papirus-icon-theme
|
papirus-icon-theme
|
||||||
|
|
Loading…
Reference in a new issue