misc cleanup
This commit is contained in:
parent
1943a3c679
commit
cabf5f52e1
7 changed files with 111 additions and 52 deletions
|
|
@ -2,7 +2,8 @@
|
|||
pkgs,
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
}:
|
||||
{
|
||||
imports = [
|
||||
./alacritty
|
||||
./hyprland
|
||||
|
|
@ -37,16 +38,10 @@
|
|||
};
|
||||
swayidle = {
|
||||
enable = true;
|
||||
events = [
|
||||
{
|
||||
event = "before-sleep";
|
||||
command = "${config.programs.swaylock.package}/bin/swaylock";
|
||||
}
|
||||
{
|
||||
event = "lock";
|
||||
command = "${config.programs.swaylock.package}/bin/swaylock";
|
||||
}
|
||||
];
|
||||
events = {
|
||||
"before-sleep" = "${config.programs.swaylock.package}/bin/swaylock";
|
||||
"lock" = "${config.programs.swaylock.package}/bin/swaylock";
|
||||
};
|
||||
};
|
||||
mako.enable = true;
|
||||
mako.settings = {
|
||||
|
|
@ -69,11 +64,9 @@
|
|||
};
|
||||
swaylock = {
|
||||
enable = true;
|
||||
package = pkgs.swaylock-effects;
|
||||
settings = {
|
||||
color = "#152528";
|
||||
image = "/home/pape";
|
||||
daemonize = true;
|
||||
clock = true;
|
||||
ignore-empty-password = true;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue