Install a bunch of useful packages
This commit is contained in:
parent
c96aa57fb1
commit
974df19d61
3 changed files with 9 additions and 2 deletions
6
profiles/three_dee/default.nix
Normal file
6
profiles/three_dee/default.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
blender
|
||||
];
|
||||
}
|
|
@ -2,8 +2,9 @@
|
|||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
mpv
|
||||
firefox-wayland
|
||||
firefox
|
||||
nomacs
|
||||
libreoffice
|
||||
gimp
|
||||
];
|
||||
}
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue