diff --git a/hosts/marauder/default.nix b/hosts/marauder/default.nix index 8872f48..bb5e324 100755 --- a/hosts/marauder/default.nix +++ b/hosts/marauder/default.nix @@ -62,7 +62,7 @@ in }; }; - environment.systemPackages = with pkgs; [ + environment.systemPackages = [ ffcheck ] ++ (with pkgs; [ # Chat clients discord slack @@ -84,17 +84,18 @@ in # Art and 3D inkscape + gimp + krita openscad-unstable bambu-studio # Multimedia vlc ffmpeg - ffcheck # Productivity obsidian - ]; + ]); programs.steam = { enable = true;