This commit is contained in:
joygnu 2024-08-24 18:29:31 +02:00
parent 3b1679ecd8
commit be868d13de
2 changed files with 12 additions and 0 deletions

View file

@ -13,5 +13,6 @@
./hypridle ./hypridle
./newsboat ./newsboat
./swaync ./swaync
./swappy
]; ];
} }

11
home/swappy/default.nix Normal file
View file

@ -0,0 +1,11 @@
{...}:{
home.file.".config/swappy".directories = {
mode = "0755";
};
home.file.".config/swappy/config".text = ''
[Default]
save_dir=$HOME/media/pic/screen
'';
}