Compare commits
3 commits
16f09b1174
...
871a518740
Author | SHA1 | Date | |
---|---|---|---|
|
871a518740 | ||
|
b9cf39460d | ||
|
4f8d559d67 |
3 changed files with 9 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Run swaylock
|
||||
exec /usr/bin/swaylock \
|
||||
exec swaylock \
|
||||
"$@" \
|
||||
--indicator \
|
||||
--daemonize \
|
||||
|
|
|
@ -30,6 +30,11 @@
|
|||
source = ../../bin/wallpaperctl;
|
||||
executable = true;
|
||||
};
|
||||
# Lock script
|
||||
".local/bin/swaylock-hyprland" = {
|
||||
source = ../../bin/swaylock-hyprland;
|
||||
executable = true;
|
||||
};
|
||||
};
|
||||
|
||||
home.packages = [
|
||||
|
@ -42,6 +47,7 @@
|
|||
pkgs.hyprpicker
|
||||
pkgs.udiskie
|
||||
pkgs.swww
|
||||
pkgs.swaylock-effects
|
||||
# Apps launchable from bindings
|
||||
pkgs.firefox
|
||||
pkgs.kitty
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
inputs,
|
||||
pkgs,
|
||||
lib,
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
|
@ -23,6 +22,8 @@
|
|||
hardware.bluetooth.enable = true;
|
||||
hardware.bluetooth.powerOnBoot = true;
|
||||
|
||||
security.pam.services.swaylock = {};
|
||||
|
||||
# Audio
|
||||
security.rtkit.enable = true;
|
||||
services.pipewire = {
|
||||
|
|
Loading…
Reference in a new issue