ctucx.git: nixfiles

ctucx' nixfiles

commit 007ddaba48b6a7616e26fc141a77b0d08584039a
parent 710ebce828152dfa6dc8983c976a16f4e1c35f04
Author: Leah (ctucx) <leah@ctu.cx>
Date: Thu, 24 Feb 2022 13:19:58 +0100

configurations/desktop-sway: replace physlock by swaylock
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/configurations/desktop-speakers.nix b/configurations/desktop-speakers.nix
@@ -1,7 +1,6 @@
 { config, pkgs, lib, ... }:
 
 {
-  services.physlock.enable       = lib.mkForce false;
 
   home-manager.users.leah = {
 

@@ -63,4 +62,5 @@
     };
 
   };
+
 }
diff --git a/configurations/desktop-sway.nix b/configurations/desktop-sway.nix
@@ -53,15 +53,14 @@
 
     ./services/pipewire.nix
     ./programs/easyeffects.nix
-    ./programs/physlock.nix
     ./programs/usbmuxd.nix
 
     ./programs/sway.nix
 
+    ./programs/swaylock.nix
     ./programs/gammastep.nix
     ./programs/waybar
     ./programs/mako.nix
-    ./programs/swaylock.nix
     ./programs/AusweisApp2.nix
 
     ./programs/alacritty.nix