Added some basic missing tools
This commit is contained in:
parent
b258a24aef
commit
ffb5f6e0cb
|
@ -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
|
||||
|
|
Reference in New Issue
Block a user