diff options
author | stuebinm | 2024-05-06 02:30:40 +0200 |
---|---|---|
committer | stuebinm | 2024-05-06 02:30:40 +0200 |
commit | 6636421fb72c1f23f641fc694eb37ac5a05dd120 (patch) | |
tree | 23c0f7393a0d23176f0aec51f0693303298deec4 /common | |
parent | 9e7a775e2578e126dddb1c6f7514874265e3d08e (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 '')
-rw-r--r-- | common/desktop.nix | 2 |
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 = '' |