feat: introduce flake var to shorten nh commands
This commit is contained in:
parent
4fc96a3a59
commit
793491e2a1
2 changed files with 6 additions and 1 deletions
|
@ -14,6 +14,7 @@
|
|||
myEmail = mkOption {type = str;};
|
||||
displayScale = mkOption {type = int;};
|
||||
myAutostartCommands = mkOption {type = listOf str;};
|
||||
myConfigLocation = mkOption {type = str;};
|
||||
};
|
||||
|
||||
# Default values for this configuration
|
||||
|
@ -27,5 +28,6 @@
|
|||
myAutostartCommands = [
|
||||
"fcitx5"
|
||||
];
|
||||
myConfigLocation = "/home/${myUserName}/nix-conf";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue