added libation finished configuring budgie

This commit is contained in:
steven carpenter 2025-06-24 18:14:40 -04:00
parent dff707981d
commit ce3d8226a7
3 changed files with 12 additions and 7 deletions

View file

@ -135,9 +135,10 @@
gcc
bottom
felix-fm
zulip
discord
neovim
brave
libation
];
# Fonts

View file

@ -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.

View file

@ -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
];
};
}