diff --git a/home/jonas.nix b/home/jonas.nix index 401ac13..9e028e7 100644 --- a/home/jonas.nix +++ b/home/jonas.nix @@ -6,12 +6,12 @@ imports = [ ../modules/home/borg.nix ../modules/home/doom - ../modules/home/dunst ../modules/home/firefox.nix ../modules/home/hyprland ../modules/home/kitty ../modules/home/ranger ../modules/home/ssh.nix + ../modules/home/swaync ../modules/home/themes/gtk ../modules/home/themes/qt ../modules/home/waybar diff --git a/modules/home/swaync/config.nix b/modules/home/swaync/config.nix index 95e1f97..f90d766 100644 --- a/modules/home/swaync/config.nix +++ b/modules/home/swaync/config.nix @@ -9,11 +9,11 @@ recursive = true; }; }; - programs.swaync.style = '' + services.swaync.style = '' @import 'themes/nova-dark/notifications.css'; @import 'themes/nova-dark/central_control.css'; ''; - programs.swaync.settings = { + services.swaync.settings = { positionX = "right"; positionY = "top"; cssPriority = "user"; diff --git a/modules/home/swaync/default.nix b/modules/home/swaync/default.nix new file mode 100644 index 0000000..a3b154c --- /dev/null +++ b/modules/home/swaync/default.nix @@ -0,0 +1,6 @@ +{...}: { + imports = [ + ./config.nix + ./swaync.nix + ]; +} diff --git a/modules/home/swaync/swaync.nix b/modules/home/swaync/swaync.nix index a87bfc5..0af5444 100644 --- a/modules/home/swaync/swaync.nix +++ b/modules/home/swaync/swaync.nix @@ -1,3 +1,3 @@ {...}: { - programs.swaync.enable = true; + services.swaync.enable = true; } diff --git a/modules/home/swaync/themes/nova-dark/central_control.css b/modules/home/swaync/themes/nova-dark/central_control.css index 434e219..009b44e 100644 --- a/modules/home/swaync/themes/nova-dark/central_control.css +++ b/modules/home/swaync/themes/nova-dark/central_control.css @@ -9,7 +9,7 @@ all: unset; font-size: 14px; - font-family: "JetBrains Mono Nerd Font 10"; + /*font-family: "JetBrains Mono Nerd Font 10";*/ transition: 200ms; }