summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorMike Vink <mike1994vink@gmail.com>2023-03-13 17:29:58 +0100
committerMike Vink <mike1994vink@gmail.com>2023-03-13 17:29:58 +0100
commit177127162d6b1d52dc500a969e8222d12f81c957 (patch)
treed533524cc5b7d610478865a940607e3d568d1c87 /flake.nix
parent4524eeb9e4b4289fa4f4dd1c0172cf22eaed428c (diff)
make conditional on username later
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 00bee2c..59e0a38 100644
--- a/flake.nix
+++ b/flake.nix
@@ -44,9 +44,12 @@
inherit pkgs;
modules = [
./home.nix
+ ./home/st.nix
+ ./home/neovim.nix
+ ./home/codeium.nix
+ ./home/packages.nix
];
extraSpecialArgs = {
- flake = self;
home-manager = home-manager;
username = username;
};