summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
Diffstat (limited to 'home')
-rw-r--r--home/desktop/sway.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/home/desktop/sway.nix b/home/desktop/sway.nix
index b212bdf..bd70451 100644
--- a/home/desktop/sway.nix
+++ b/home/desktop/sway.nix
@@ -4,6 +4,10 @@ with lib; let
in
{
config = mkIf cfg.enable {
+ home.packages = [
+ pkgs.wlr-randr
+ ];
+
programs = {
swaylock = {
enable = true;