summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorstuebinm2024-05-06 02:30:40 +0200
committerstuebinm2024-05-06 02:30:40 +0200
commit6636421fb72c1f23f641fc694eb37ac5a05dd120 (patch)
tree23c0f7393a0d23176f0aec51f0693303298deec4 /common
parent9e7a775e2578e126dddb1c6f7514874265e3d08e (diff)
custom apply config script
since nixos-rebuild does not support applying a built config (i.e. one on which eval-config has already been called) without flakes. I might or might not extend this into a more proper reimplementation of nixos-rebuild.
Diffstat (limited to 'common')
-rw-r--r--common/desktop.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/desktop.nix b/common/desktop.nix
index 158ce0b..f80d26c 100644
--- a/common/desktop.nix
+++ b/common/desktop.nix
@@ -50,7 +50,7 @@
programs.slock.enable = true;
environment.systemPackages = with pkgs; [
- hikari fuzzel
+ hikari fuzzel apply-config
];
security.pam.services.hikari-unlocker.text = ''