summaryrefslogtreecommitdiff
path: root/home/ebisu/core/system/default.nix
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-10-30 22:35:19 -0700
committerFuwn <[email protected]>2024-10-30 22:35:19 -0700
commit20a85bacc2f8c22c1c0f338c5a8872d29b432935 (patch)
treee9a6b87b8be628f163b040d035410cc5cdeb23c0 /home/ebisu/core/system/default.nix
parentcore: move variables to core from kansai (diff)
downloadnixos-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.nix2
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
];
}