mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 09:44:08 -05:00
Can't do import stuff like that apparently
This commit is contained in:
parent
c51642ce18
commit
3961192a29
2 changed files with 4 additions and 6 deletions
|
|
@ -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
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@
|
|||
vim
|
||||
wget
|
||||
screen
|
||||
git
|
||||
curl
|
||||
foot
|
||||
tmux
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue