mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 09:44:08 -05:00
Add audio packages, enable home-manager stuff
This commit is contained in:
parent
0fe8811b69
commit
86c1af2c53
4 changed files with 46 additions and 13 deletions
9
modules/home/default.nix
Normal file
9
modules/home/default.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{ config, ... }: {
|
||||
imports = [
|
||||
(
|
||||
if config.users.crow.home.enable then
|
||||
./crow.nix
|
||||
);
|
||||
# ++ ( to add more, just move the ;
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue