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