Home Gen412 @ 2024-11-01-17:35

This commit is contained in:
Jonas Röger 2024-11-01 17:35:26 +01:00
parent f33759ed17
commit c8fd9d61f2
5 changed files with 11 additions and 5 deletions

View File

@ -6,12 +6,12 @@
imports = [ imports = [
../modules/home/borg.nix ../modules/home/borg.nix
../modules/home/doom ../modules/home/doom
../modules/home/dunst
../modules/home/firefox.nix ../modules/home/firefox.nix
../modules/home/hyprland ../modules/home/hyprland
../modules/home/kitty ../modules/home/kitty
../modules/home/ranger ../modules/home/ranger
../modules/home/ssh.nix ../modules/home/ssh.nix
../modules/home/swaync
../modules/home/themes/gtk ../modules/home/themes/gtk
../modules/home/themes/qt ../modules/home/themes/qt
../modules/home/waybar ../modules/home/waybar

View File

@ -9,11 +9,11 @@
recursive = true; recursive = true;
}; };
}; };
programs.swaync.style = '' services.swaync.style = ''
@import 'themes/nova-dark/notifications.css'; @import 'themes/nova-dark/notifications.css';
@import 'themes/nova-dark/central_control.css'; @import 'themes/nova-dark/central_control.css';
''; '';
programs.swaync.settings = { services.swaync.settings = {
positionX = "right"; positionX = "right";
positionY = "top"; positionY = "top";
cssPriority = "user"; cssPriority = "user";

View File

@ -0,0 +1,6 @@
{...}: {
imports = [
./config.nix
./swaync.nix
];
}

View File

@ -1,3 +1,3 @@
{...}: { {...}: {
programs.swaync.enable = true; services.swaync.enable = true;
} }

View File

@ -9,7 +9,7 @@
all: unset; all: unset;
font-size: 14px; font-size: 14px;
font-family: "JetBrains Mono Nerd Font 10"; /*font-family: "JetBrains Mono Nerd Font 10";*/
transition: 200ms; transition: 200ms;
} }