diff options
author | Freya Murphy <freya@freyacat.org> | 2025-07-02 20:07:50 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-07-02 20:07:50 -0400 |
commit | b130948ddf03010ef7c2fc9b4b4841e41f5e6b73 (patch) | |
tree | e73fe706908fe79afeaab72157216584d7ad25ce /hosts/thinkpad/default.nix | |
parent | add rosepine themes (diff) | |
download | dotfiles-nix-b130948ddf03010ef7c2fc9b4b4841e41f5e6b73.tar.gz dotfiles-nix-b130948ddf03010ef7c2fc9b4b4841e41f5e6b73.tar.bz2 dotfiles-nix-b130948ddf03010ef7c2fc9b4b4841e41f5e6b73.zip |
add freyanet and sops to thinkpad
Diffstat (limited to 'hosts/thinkpad/default.nix')
-rw-r--r-- | hosts/thinkpad/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/thinkpad/default.nix b/hosts/thinkpad/default.nix index 4f10489..31b1e6f 100644 --- a/hosts/thinkpad/default.nix +++ b/hosts/thinkpad/default.nix @@ -3,6 +3,8 @@ {...}: { imports = [ ./hardware.nix + ./sops.nix + ./wireguard.nix ]; # options |