add gimp
This commit is contained in:
parent
6b194806f5
commit
954eefbfb5
3 changed files with 22 additions and 34 deletions
|
@ -64,7 +64,7 @@
|
|||
|
||||
environment = {
|
||||
shellAliases = {
|
||||
neofetch = "neowofetch";
|
||||
neofetch = "nvidia-offload neowofetch";
|
||||
};
|
||||
|
||||
sessionVariables = {
|
||||
|
@ -79,6 +79,7 @@
|
|||
systemPackages = with pkgs; ([
|
||||
tldr
|
||||
tuba
|
||||
gimp
|
||||
heroic
|
||||
nodejs
|
||||
killall
|
||||
|
@ -102,12 +103,17 @@
|
|||
burn-my-windows
|
||||
fullscreen-avoider
|
||||
compiz-windows-effect
|
||||
])
|
||||
++ (with gst_all_1; [
|
||||
gst-plugins-good
|
||||
gst-plugins-bad
|
||||
gst-plugins-ugly
|
||||
]));
|
||||
};
|
||||
|
||||
programs = {
|
||||
steam.enable = true;
|
||||
fish.interactiveShellInit = "neowofetch";
|
||||
fish.interactiveShellInit = "neofetch";
|
||||
};
|
||||
|
||||
zramSwap = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue