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:
@@ -25,8 +25,11 @@
|
||||
|
||||
# Add dependencies for dwmipc / polybar communication patches
|
||||
buildInputs = previousAttrs.buildInputs ++ (with pkgs; [
|
||||
# Dependencies for swallow patch
|
||||
xorg.libxcb
|
||||
xorg.xcbutil
|
||||
|
||||
# Dependencies for dwm-ipc patch
|
||||
yajl
|
||||
jsoncpp
|
||||
]);
|
||||
@@ -49,12 +52,25 @@
|
||||
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; [
|
||||
# X11 Utilities
|
||||
arandr
|
||||
autorandr
|
||||
unclutter-xfixes
|
||||
|
||||
# Wallpaper
|
||||
nitrogen
|
||||
|
||||
# Terminal
|
||||
kitty
|
||||
|
||||
|
Reference in New Issue
Block a user