move gui packages to their own file so they don't have to be installed on servers
This commit is contained in:
parent
5500d90343
commit
defafa584d
3 changed files with 19 additions and 10 deletions
|
@ -46,18 +46,8 @@
|
|||
# javascript stuff 🤮
|
||||
nodejs
|
||||
corepack
|
||||
|
||||
# catppuccin
|
||||
(catppuccin-kde.override {
|
||||
flavour = [ "mocha" "macchiato" "frappe" "latte" ];
|
||||
accents = [ "blue" ];
|
||||
winDecStyles = [ "classic" ];
|
||||
})
|
||||
];
|
||||
|
||||
fonts.packages = with pkgs;
|
||||
[ (nerdfonts.override { fonts = [ "FiraCode" ]; }) ];
|
||||
|
||||
# install docker
|
||||
virtualisation.docker = { enable = true; };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue