Bunch More Packages
- Add thunar file manager to dwm - Add nitrogen wallpaper setter to dwm - Add rclone, sweethome 3D, mangal, qalculate-gtk, octave, and qbittorrent packages
This commit is contained in:
parent
0adc8dadcd
commit
b1c750b960
@ -25,8 +25,11 @@
|
|||||||
|
|
||||||
# Add dependencies for dwmipc / polybar communication patches
|
# Add dependencies for dwmipc / polybar communication patches
|
||||||
buildInputs = previousAttrs.buildInputs ++ (with pkgs; [
|
buildInputs = previousAttrs.buildInputs ++ (with pkgs; [
|
||||||
|
# Dependencies for swallow patch
|
||||||
xorg.libxcb
|
xorg.libxcb
|
||||||
xorg.xcbutil
|
xorg.xcbutil
|
||||||
|
|
||||||
|
# Dependencies for dwm-ipc patch
|
||||||
yajl
|
yajl
|
||||||
jsoncpp
|
jsoncpp
|
||||||
]);
|
]);
|
||||||
@ -49,12 +52,25 @@
|
|||||||
executable = "/bin/redshift-gtk";
|
executable = "/bin/redshift-gtk";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# File Manager
|
||||||
|
programs.thunar = {
|
||||||
|
enable = true;
|
||||||
|
plugins = with pkgs.xfce; [
|
||||||
|
thunar-volman
|
||||||
|
thunar-archive-plugin
|
||||||
|
thunar-media-tags-plugin
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
# X11 Utilities
|
# X11 Utilities
|
||||||
arandr
|
arandr
|
||||||
autorandr
|
autorandr
|
||||||
unclutter-xfixes
|
unclutter-xfixes
|
||||||
|
|
||||||
|
# Wallpaper
|
||||||
|
nitrogen
|
||||||
|
|
||||||
# Terminal
|
# Terminal
|
||||||
kitty
|
kitty
|
||||||
|
|
||||||
|
7
system/utilities/cloud.nix
Normal file
7
system/utilities/cloud.nix
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
{ config, lib, pkgs, userSettings, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
rclone
|
||||||
|
];
|
||||||
|
}
|
@ -9,5 +9,6 @@
|
|||||||
./backups.nix
|
./backups.nix
|
||||||
./user-shell.nix
|
./user-shell.nix
|
||||||
./samba.nix
|
./samba.nix
|
||||||
|
./cloud.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
@ -5,5 +5,6 @@
|
|||||||
blender
|
blender
|
||||||
obs-studio
|
obs-studio
|
||||||
freecad
|
freecad
|
||||||
|
sweethome3d.application
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
@ -9,6 +9,7 @@
|
|||||||
spotify
|
spotify
|
||||||
spicetify-cli
|
spicetify-cli
|
||||||
ani-cli
|
ani-cli
|
||||||
|
mangal
|
||||||
calibre
|
calibre
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
8
user/productivity/math.nix
Normal file
8
user/productivity/math.nix
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
{ config, lib, pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
qalculate-gtk
|
||||||
|
octave
|
||||||
|
];
|
||||||
|
}
|
@ -10,5 +10,6 @@
|
|||||||
./xdg.nix
|
./xdg.nix
|
||||||
./screenshot.nix
|
./screenshot.nix
|
||||||
./phone.nix
|
./phone.nix
|
||||||
|
./downloads.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
7
user/utilities/downloads.nix
Normal file
7
user/utilities/downloads.nix
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
{ config, lib, pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
qbittorrent-qt5
|
||||||
|
];
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user