Install a bunch of useful packages

This commit is contained in:
Bad 2021-04-08 22:00:48 +02:00
parent c96aa57fb1
commit 974df19d61
3 changed files with 9 additions and 2 deletions

View file

@ -0,0 +1,6 @@
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
blender
];
}

View file

@ -2,8 +2,9 @@
{
environment.systemPackages = with pkgs; [
mpv
firefox-wayland
firefox
nomacs
libreoffice
gimp
];
}

View file

@ -3,7 +3,7 @@
system = with profiles; rec {
base = [ users.mae users.root ];
workstation = base ++ [ sway develop game profiles.workstation ssh ];
desktop = workstation ++ [ amd school ];
desktop = workstation ++ [ amd school three_dee ];
lap = workstation ++ [ laptop bluetooth print networkmanager ];
};
user = with userProfiles; rec {