diff options
author | Rory& <root@rory.gay> | 2024-06-22 04:46:02 +0200 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-07-04 14:45:02 +0200 |
commit | 2c106e7b604c388ddc7578c42998c17403f37620 (patch) | |
tree | 8c3486f7bfff4c6f0937919d96cca77d0d1cfeee /host/Rory-desktop/configuration.nix | |
parent | Bunch of changes (diff) | |
download | Rory-Open-Architecture-2c106e7b604c388ddc7578c42998c17403f37620.tar.xz |
Desktop updates
Diffstat (limited to 'host/Rory-desktop/configuration.nix')
-rw-r--r-- | host/Rory-desktop/configuration.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/host/Rory-desktop/configuration.nix b/host/Rory-desktop/configuration.nix index fddff11..28a3b7f 100644 --- a/host/Rory-desktop/configuration.nix +++ b/host/Rory-desktop/configuration.nix @@ -1,10 +1,11 @@ -{ config, pkgs, lib, nhekoSrc, mtxclientSrc, ... }: +args@{ config, pkgs, lib, nhekoSrc, mtxclientSrc, ... }: { imports = [ # base imports ../../modules/base-client.nix + # (import ../../modules/base-secrets.nix { path = "/home/rory/.config/sops/config.yaml"; }) ../../modules/packages/vim.nix # ../../modules/environments/home.nix ../../modules/software-templates/profilers.nix |