Added some basic missing tools

This commit is contained in:
James Patrick 2022-03-08 00:16:54 -05:00
parent b258a24aef
commit ffb5f6e0cb

View File

@ -24,9 +24,13 @@ in with lib; {
home.packages = with pkgs; [ home.packages = with pkgs; [
autotiling autotiling
dmenu dmenu
mako grim
imagemagick
slurp
gammastep
swayidle swayidle
swaylock swaylock
playerctl
wl-clipboard wl-clipboard
wofi wofi
(writeTextFile { (writeTextFile {
@ -47,6 +51,8 @@ in with lib; {
]; ];
}; };
programs.light.enable = true;
programs.sway = { programs.sway = {
enable = true; enable = true;
wrapperFeatures.gtk = true; # so that gtk works properly wrapperFeatures.gtk = true; # so that gtk works properly