Add missed imports
This commit is contained in:
parent
7759fd1fa9
commit
cebc7be1bf
58 changed files with 15 additions and 23 deletions
14
home/sway/swayfx.nix
Normal file
14
home/sway/swayfx.nix
Normal file
|
@ -0,0 +1,14 @@
|
|||
{config, pkgs, ...}: {
|
||||
# Enable Sway and write some scripts
|
||||
wayland.windowManager.sway = {
|
||||
package = pkgs.unstable.sway;
|
||||
extraConfig = ''
|
||||
# SwayFX specific options
|
||||
blur enable
|
||||
blur_passes 3
|
||||
blur_radius 5
|
||||
layer_effects 'rofi' blur enable
|
||||
layer_effects 'notifications' blur enable; blur_ignore_transparent enable
|
||||
'';
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue