Move home-manager configurations files
This commit is contained in:
parent
9715b9569a
commit
1650bdc29b
37 changed files with 8 additions and 8 deletions
29
home-manager/desktop/sway/swaylock.nix
Normal file
29
home-manager/desktop/sway/swaylock.nix
Normal file
|
@ -0,0 +1,29 @@
|
|||
_: {
|
||||
programs.swaylock = {
|
||||
enable = true;
|
||||
settings = {
|
||||
image = "~/medias/images/wallpapers/lockscreen.png";
|
||||
scaling = "center";
|
||||
color = "000000";
|
||||
indicator-radius = 70;
|
||||
indicator-y-position = 150;
|
||||
font = "Fira Code Nerd Font Mono";
|
||||
font-size = "14";
|
||||
inside-color = "00000000";
|
||||
ring-color = "323232";
|
||||
ring-ver-color = "1cd180";
|
||||
inside-ver-color = "1cd180cc";
|
||||
ring-wrong-color = "f268b3";
|
||||
inside-wrong-color = "f268b3cc";
|
||||
key-hl-color = "1cd180";
|
||||
caps-lock-key-hl-color = "1cd180";
|
||||
caps-lock-bs-hl-color = "f268b3";
|
||||
bs-hl-color = "f268b3ff";
|
||||
separator-color = "00000000";
|
||||
ignore-empty-password = true;
|
||||
show-failed-attempts = true;
|
||||
daemonize = true;
|
||||
line-uses-inside = true;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue