Move nki-home to unstable and enable blur!
This commit is contained in:
parent
c63b5762dd
commit
eaf390c642
6 changed files with 48 additions and 44 deletions
|
@ -109,7 +109,7 @@ in
|
|||
|
||||
config.wayland.windowManager.sway = mkIf cfg.enable {
|
||||
enable = true;
|
||||
package = pkgs.swayfx;
|
||||
package = pkgs.swayfx-unwrapped;
|
||||
systemdIntegration = true;
|
||||
|
||||
config = {
|
||||
|
@ -338,6 +338,9 @@ in
|
|||
default_dim_inactive 0.0
|
||||
for_window [app_id="kitty"] dim_inactive 0.05
|
||||
titlebar_separator enable
|
||||
# Blur
|
||||
for_window [app_id=".*kitty.*"] blur enabled
|
||||
blur_xray enabled
|
||||
'' + ''
|
||||
# Enable portal stuff
|
||||
exec ${pkgs.writeShellScript "start-portals.sh" ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue