Added some packages
This commit is contained in:
@@ -13,12 +13,14 @@
|
||||
./kdenlive
|
||||
./keepassxc
|
||||
./kicad
|
||||
./krita
|
||||
./libreoffice-fresh
|
||||
./mangohud
|
||||
./mpv
|
||||
./obs-studio
|
||||
./owncloud-client
|
||||
./pandoc
|
||||
./python3
|
||||
./qtcreator
|
||||
./thunderbird
|
||||
./tldr
|
||||
|
||||
4
user/packages/krita/default.nix
Normal file
4
user/packages/krita/default.nix
Normal file
@@ -0,0 +1,4 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = [ pkgs.krita ];
|
||||
}
|
||||
6
user/packages/python3/default.nix
Normal file
6
user/packages/python3/default.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
python311
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user