diff options
| author | Fuwn <[email protected]> | 2024-10-30 22:35:19 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-10-30 22:35:19 -0700 |
| commit | 20a85bacc2f8c22c1c0f338c5a8872d29b432935 (patch) | |
| tree | e9a6b87b8be628f163b040d035410cc5cdeb23c0 /home/ebisu/core/system/default.nix | |
| parent | core: move variables to core from kansai (diff) | |
| download | nixos-config-20a85bacc2f8c22c1c0f338c5a8872d29b432935.tar.xz nixos-config-20a85bacc2f8c22c1c0f338c5a8872d29b432935.zip | |
core: move variables to modules
Diffstat (limited to 'home/ebisu/core/system/default.nix')
| -rw-r--r-- | home/ebisu/core/system/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/ebisu/core/system/default.nix b/home/ebisu/core/system/default.nix index 262662e..2cb98ad 100644 --- a/home/ebisu/core/system/default.nix +++ b/home/ebisu/core/system/default.nix @@ -1,7 +1,7 @@ { imports = [ ./encryption - ./variables.nix + ./variables ./xdg.nix ]; } |