added libation finished configuring budgie
This commit is contained in:
parent
dff707981d
commit
ce3d8226a7
3 changed files with 12 additions and 7 deletions
|
|
@ -135,9 +135,10 @@
|
||||||
gcc
|
gcc
|
||||||
bottom
|
bottom
|
||||||
felix-fm
|
felix-fm
|
||||||
zulip
|
|
||||||
discord
|
discord
|
||||||
neovim
|
neovim
|
||||||
|
brave
|
||||||
|
libation
|
||||||
];
|
];
|
||||||
|
|
||||||
# Fonts
|
# Fonts
|
||||||
|
|
|
||||||
|
|
@ -17,10 +17,10 @@
|
||||||
speccon18.hm.git.enable = true;
|
speccon18.hm.git.enable = true;
|
||||||
speccon18.hm.ncspot.enable = false;
|
speccon18.hm.ncspot.enable = false;
|
||||||
speccon18.hm.starship.enable = true;
|
speccon18.hm.starship.enable = true;
|
||||||
speccon18.hm.syncthing.enable = true;
|
speccon18.hm.syncthing.enable = false;
|
||||||
speccon18.hm.waybar.enable = false;
|
speccon18.hm.waybar.enable = false;
|
||||||
speccon18.hm.zellij.enable = true;
|
speccon18.hm.zellij.enable = false;
|
||||||
speccon18.hm.zoxide.enable = true;
|
speccon18.hm.zoxide.enable = false;
|
||||||
speccon18.hm.zsh.enable = true;
|
speccon18.hm.zsh.enable = true;
|
||||||
|
|
||||||
# Home Manager needs a bit of information about you and the paths it should
|
# 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
|
# The home.packages option allows you to install Nix packages into your
|
||||||
# environment.
|
# environment.
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
freecad
|
|
||||||
calibre
|
calibre
|
||||||
bitwarden
|
bitwarden
|
||||||
firefox
|
|
||||||
gimp
|
gimp
|
||||||
neofetch
|
|
||||||
vlc
|
vlc
|
||||||
# # Adds the 'hello' command to your environment. It prints a friendly
|
# # Adds the 'hello' command to your environment. It prints a friendly
|
||||||
# # "Hello, world!" when run.
|
# # "Hello, world!" when run.
|
||||||
|
|
|
||||||
|
|
@ -11,5 +11,12 @@ in {
|
||||||
desktopManager.budgie.enable = true;
|
desktopManager.budgie.enable = true;
|
||||||
displayManager.lightdm.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