This commit is contained in:
RingOfStorms (Josh) 2024-07-12 14:03:48 -05:00
parent 2de7a0a1ad
commit b9d85bde08
3 changed files with 3 additions and 4 deletions

View file

@ -12,7 +12,6 @@
services.gnome.core-utilities.enable = false; services.gnome.core-utilities.enable = false;
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
gnome.dconf-editor gnome.dconf-editor
gnomeExtensions.workspace-switch-wraparound
# wayland clipboard in terminal # wayland clipboard in terminal
wl-clipboard wl-clipboard
]; ];

View file

@ -12,7 +12,6 @@
services.gnome.core-utilities.enable = false; services.gnome.core-utilities.enable = false;
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
gnome.dconf-editor gnome.dconf-editor
gnomeExtensions.workspace-switch-wraparound
xclip xclip
]; ];
} }

View file

@ -24,14 +24,15 @@ with lib.hm.gvariant;
}; };
"org/gnome/shell" = { "org/gnome/shell" = {
favorite-apps = [ favorite-apps = [
# "vivaldi-stable.desktop"
"Alacritty.desktop" "Alacritty.desktop"
"firefox-esr.desktop" "firefox-esr.desktop"
"org.gnome.Nautilus.desktop" "org.gnome.Nautilus.desktop"
"spotify.desktop" "spotify.desktop"
"discord.desktop" "discord.desktop"
]; ];
enabled-extensions = with pkgs.gnomeExtensions; [ workspace-switch-wraparound.extensionUuid ]; # enabled-extensions = with pkgs.gnomeExtensions; [
# workspace-switch-wraparound.extensionUuid
# ];
}; };
"org/gnome/desktop/interface" = { "org/gnome/desktop/interface" = {
color-scheme = "prefer-dark"; color-scheme = "prefer-dark";