sway: create a dir for sway stuff
This commit is contained in:
parent
caa4495215
commit
1036602b03
|
@ -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";
|
||||
|
|
|
@ -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";
|
Loading…
Reference in a new issue