sway: create a dir for sway stuff

This commit is contained in:
Leonardo Eugênio 2023-02-25 17:05:24 -03:00
parent caa4495215
commit 1036602b03
3 changed files with 2 additions and 2 deletions

View file

@ -30,7 +30,7 @@
./zathura.nix
./man.nix
./mpd.nix
./sway.nix
./sway
./thunar.nix
inputs.hyprland.homeManagerModules.default
inputs.nix-index-database.hmModules.nix-index
@ -143,6 +143,7 @@
fonts.fontconfig.enable = true;
home.file = { ".local/share/backgrounds".source = ./backgrounds; };
home.sessionVariables = {
VOLUME_CHANGE_SOUND =
"${pkgs.sound-theme-freedesktop}/share/sounds/freedesktop/stereo/audio-volume-change.oga";

View file

@ -508,7 +508,6 @@ in
Install = { WantedBy = [ "sway-session.target" ]; };
};
};
home.file = { ".local/share/backgrounds".source = ./backgrounds; };
home.sessionVariables = {
LD_PRELOAD = "${pkgs.gtk3-nocsd}/lib/libgtk3-nocsd.so.0";
GTK_CSD = "0";