mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-09 07:28:53 +01:00
meta: Switch from swaylock to hyprlock
hyprlock matches the other animations of hyprland a bit better and is overall more pleasant to work with.
This commit is contained in:
parent
9ed00dbea0
commit
e67230b282
@ -20,7 +20,6 @@
|
||||
./pqiv.nix
|
||||
./qutebrowser.nix
|
||||
./rofi.nix
|
||||
./swaylock.nix
|
||||
./thunar.nix
|
||||
./udiskie.nix
|
||||
./xcursor.nix
|
||||
|
@ -5,7 +5,11 @@ let
|
||||
modifier = "SUPER";
|
||||
in
|
||||
{
|
||||
home.packages = with pkgs; [ hyprnome ];
|
||||
home.packages = with pkgs; [
|
||||
hyprnome
|
||||
hypridle
|
||||
hyprlock
|
||||
];
|
||||
|
||||
xdg.configFile."hypr/gaps.sh" = {
|
||||
executable = true;
|
||||
|
@ -1,20 +0,0 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.swaylock = {
|
||||
package = pkgs.swaylock-effects;
|
||||
|
||||
settings = {
|
||||
show-keyboard-layout = true;
|
||||
daemonize = true;
|
||||
effect-blur = "20x2";
|
||||
clock = true;
|
||||
indicator = true;
|
||||
font-size = 25;
|
||||
indicator-radius = 85;
|
||||
indicator-thickness = 16;
|
||||
screenshots = true;
|
||||
fade-in = 1;
|
||||
};
|
||||
};
|
||||
}
|
@ -12,8 +12,6 @@
|
||||
};
|
||||
};
|
||||
|
||||
security.pam.services.swaylock = { };
|
||||
|
||||
services.udisks2 = {
|
||||
enable = true;
|
||||
mountOnMedia = true;
|
||||
|
Loading…
Reference in New Issue
Block a user