Home Gen412 @ 2024-11-01-17:35
This commit is contained in:
parent
f33759ed17
commit
c8fd9d61f2
@ -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
|
||||
|
||||
@ -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";
|
||||
|
||||
6
modules/home/swaync/default.nix
Normal file
6
modules/home/swaync/default.nix
Normal file
@ -0,0 +1,6 @@
|
||||
{...}: {
|
||||
imports = [
|
||||
./config.nix
|
||||
./swaync.nix
|
||||
];
|
||||
}
|
||||
@ -1,3 +1,3 @@
|
||||
{...}: {
|
||||
programs.swaync.enable = true;
|
||||
services.swaync.enable = true;
|
||||
}
|
||||
|
||||
@ -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;
|
||||
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user