Completed luna config for real this time
This commit is contained in:
parent
5ad8529721
commit
2c75ae213a
17 changed files with 357 additions and 62 deletions
|
|
@ -8,6 +8,7 @@
|
|||
}: let
|
||||
inherit (lib) mkEnableOption mkIf mkOption types;
|
||||
cfg = config.horseman.apps.visual;
|
||||
homeCfg = config.horseman;
|
||||
in {
|
||||
options = {
|
||||
horseman.apps.visual = {
|
||||
|
|
@ -16,7 +17,27 @@ in {
|
|||
};
|
||||
|
||||
config = {
|
||||
horseman.apps.visual = {
|
||||
firefox.enable = true;
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
alacritty
|
||||
albert
|
||||
bitwarden
|
||||
discord-ptb
|
||||
gnome-calculator
|
||||
inkscape
|
||||
keepassxc
|
||||
krita
|
||||
libreoffice
|
||||
mullvad-vpn
|
||||
parsec-bin
|
||||
qbittorrent
|
||||
reaper
|
||||
solaar
|
||||
spotify
|
||||
vlc
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue