diff --git a/users/functionalhacker/dconf.nix b/users/functionalhacker/dconf.nix index 370697c9..3c739144 100644 --- a/users/functionalhacker/dconf.nix +++ b/users/functionalhacker/dconf.nix @@ -83,10 +83,5 @@ with lib.hm.gvariant; enabled = true; }; - "org/gnome/tweaks" = { - show-extensions-notice = false; - }; - }; - } diff --git a/users/functionalhacker/programs/default.nix b/users/functionalhacker/programs/default.nix index 6fb3e39c..06e18579 100644 --- a/users/functionalhacker/programs/default.nix +++ b/users/functionalhacker/programs/default.nix @@ -7,6 +7,7 @@ ./firefox.nix ./fzf.nix ./git.nix + ./gnome.nix ./neovim.nix ./pass.nix ./ripgrep.nix diff --git a/users/functionalhacker/programs/gnome.nix b/users/functionalhacker/programs/gnome.nix new file mode 100644 index 00000000..f5d87d7b --- /dev/null +++ b/users/functionalhacker/programs/gnome.nix @@ -0,0 +1,13 @@ +{ pkgs, ... }: + +{ + dconf.settings = { + "org/gnome/shell" = { + disable-user-extensions = false; + }; + }; + home.packages = with pkgs.gnomeExtensions; [ + gsconnect + night-theme-switcher + ]; +} diff --git a/users/functionalhacker/programs/zsh.nix b/users/functionalhacker/programs/zsh.nix index 1770148f..aea4a1f9 100644 --- a/users/functionalhacker/programs/zsh.nix +++ b/users/functionalhacker/programs/zsh.nix @@ -95,6 +95,9 @@ gpush = "git push"; o = "xdg-open"; + + # Fix aliases with sudo + sudo = "sudo "; }; history = {