mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 09:44:08 -05:00
Maybe this?
This commit is contained in:
parent
333417627f
commit
cc62487902
2 changed files with 3 additions and 4 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{inputs, pkgs, ...}: let
|
||||
{config, inputs, pkgs, ...}: let
|
||||
username = "crow";
|
||||
homeDirectory = "/home/${username}";
|
||||
configHome = "${homeDirectory}/.config";
|
||||
|
|
|
|||
|
|
@ -1,9 +1,8 @@
|
|||
{ config, ... }: {
|
||||
imports = [
|
||||
imports =
|
||||
(
|
||||
if config.users.crow.home.enable then
|
||||
./crow/home.nix
|
||||
[./crow/home.nix] else []
|
||||
);
|
||||
# ++ ( to add more, just move the ;
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue