remove hyprland extraConfig option and move all to nixified settings option
This commit is contained in:
parent
11cb74ce0d
commit
667d5fd2eb
5 changed files with 55 additions and 53 deletions
|
@ -1,5 +1,6 @@
|
|||
{config, pkgs, ...}:
|
||||
{
|
||||
# Enables swaync and automatically includes systemd user service to auto-start on login, this cannot be disabled so I am using it instead of hyprland exec-once otherwise home-manager complains that the service failed to start
|
||||
services.swaync = {
|
||||
enable = true;
|
||||
style = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue