diff --git a/hosts/katana.nix b/hosts/katana.nix index aa60170..4083813 100644 --- a/hosts/katana.nix +++ b/hosts/katana.nix @@ -135,9 +135,10 @@ gcc bottom felix-fm - zulip discord neovim + brave + libation ]; # Fonts diff --git a/modules/home-manager/home.nix b/modules/home-manager/home.nix index ebb9643..a75c369 100644 --- a/modules/home-manager/home.nix +++ b/modules/home-manager/home.nix @@ -17,10 +17,10 @@ speccon18.hm.git.enable = true; speccon18.hm.ncspot.enable = false; speccon18.hm.starship.enable = true; - speccon18.hm.syncthing.enable = true; + speccon18.hm.syncthing.enable = false; speccon18.hm.waybar.enable = false; - speccon18.hm.zellij.enable = true; - speccon18.hm.zoxide.enable = true; + speccon18.hm.zellij.enable = false; + speccon18.hm.zoxide.enable = false; speccon18.hm.zsh.enable = true; # Home Manager needs a bit of information about you and the paths it should @@ -40,12 +40,9 @@ # The home.packages option allows you to install Nix packages into your # environment. packages = with pkgs; [ - freecad calibre bitwarden - firefox gimp - neofetch vlc # # Adds the 'hello' command to your environment. It prints a friendly # # "Hello, world!" when run. diff --git a/modules/system/desktop-environments/budgie.nix b/modules/system/desktop-environments/budgie.nix index 1547756..2f928a5 100644 --- a/modules/system/desktop-environments/budgie.nix +++ b/modules/system/desktop-environments/budgie.nix @@ -11,5 +11,12 @@ in { desktopManager.budgie.enable = true; displayManager.lightdm.enable = true; }; + environment.budgie.excludePackages = with pkgs; [ + mate.mate-terminal + mate.pluma + mate.atril + mate.eom + mate.engrampa + ]; }; }