added libation finished configuring budgie
This commit is contained in:
parent
dff707981d
commit
ce3d8226a7
3 changed files with 12 additions and 7 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue