Added some basic missing tools

This commit is contained in:
James Patrick 2022-03-08 00:16:54 -05:00
parent b258a24aef
commit ffb5f6e0cb
1 changed files with 7 additions and 1 deletions

View File

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