Stable terminal environment with Home-Manager
This commit is contained in:
@@ -3,6 +3,14 @@
|
||||
let
|
||||
in
|
||||
{
|
||||
|
||||
imports = [
|
||||
<home-manager/nixos>
|
||||
./desktop-environment/config.nix
|
||||
./terminal-environment/config.nix
|
||||
./system-environment/config.nix
|
||||
];
|
||||
|
||||
users.users.nichkara = {
|
||||
isNormalUser = true;
|
||||
description = "Nina Chloé Kassandra";
|
||||
@@ -23,22 +31,7 @@ in
|
||||
push = {
|
||||
autoSetupRemote = true;
|
||||
};
|
||||
gpg = {
|
||||
format = "ssh";
|
||||
};
|
||||
};
|
||||
signing = {
|
||||
signByDefault = true;
|
||||
key = "";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
imports = [
|
||||
<home-manager/nixos>
|
||||
./desktop-environment/config.nix
|
||||
./terminal-environment/config.nix
|
||||
./system-environment/config.nix
|
||||
];
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user