Can't do import stuff like that apparently

This commit is contained in:
Patrick Menking 2024-09-17 14:49:29 -04:00
parent c51642ce18
commit 3961192a29
2 changed files with 4 additions and 6 deletions

View file

@ -1,8 +1,5 @@
{ config, ... }: {
imports =
(
if config.users.crow.home.enable then
[./crow/home.nix] else []
);
# ++ ( to add more, just move the ;
imports = [
./crow/home.nix
];
}

View file

@ -7,6 +7,7 @@
vim
wget
screen
git
curl
foot
tmux