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 = [
../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

View File

@ -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";

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;
font-size: 14px;
font-family: "JetBrains Mono Nerd Font 10";
/*font-family: "JetBrains Mono Nerd Font 10";*/
transition: 200ms;
}