mwahahahaha, have the orome config building! on to manwe
This commit is contained in:
parent
3a2f52f45e
commit
af58cfb4ab
30 changed files with 259 additions and 199 deletions
|
@ -11,34 +11,9 @@ in
|
|||
in
|
||||
{
|
||||
user = mkOpt attrs {};
|
||||
|
||||
sneeuwvlok = {
|
||||
dir = mkOpt path (findFirst pathExists (toString ../.) [
|
||||
"${config.user.home}/Github/sneeuwvlok"
|
||||
]);
|
||||
hostDir = mkOpt path "${config.sneeuwvlok.dir}/hosts/${config.networking.hostName}";
|
||||
configDir = mkOpt path "${config.sneeuwvlok.dir}/config";
|
||||
modulesDir = mkOpt path "${config.sneeuwvlok.dir}/modules";
|
||||
themesDir = mkOpt path "${config.sneeuwvlok.modulesDir}/themes";
|
||||
};
|
||||
};
|
||||
|
||||
config = {
|
||||
# user = {
|
||||
# name = "chris";
|
||||
# description = "Chris Kruining";
|
||||
# extraGroups = [ "wheel" ];
|
||||
# isNormalUser = true;
|
||||
# home = "/home/chris";
|
||||
# group = "users";
|
||||
# uid = 1000;
|
||||
# };
|
||||
|
||||
# users.users.${config.user.name} = mkAliasDefinitions options.user;
|
||||
|
||||
# Temp solution...
|
||||
# home-manager.users.${config.user.name}.home.stateVersion = "23.11";
|
||||
|
||||
nix.settings = let
|
||||
inherit (lib) elem attrNames filterAttrs;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue