Release Ver 1.2.0
This commit is contained in:
parent
7f73899c91
commit
89600ebb06
25 changed files with 1862 additions and 57 deletions
|
|
@ -18,7 +18,7 @@ let
|
|||
(toString (cfg.keepGenerations or 5))
|
||||
(if (nyxCfg.autoPush or false) then "true" else "false")
|
||||
"${pkgs.git}/bin/git"
|
||||
"1.1.0"
|
||||
"1.2.0"
|
||||
]
|
||||
src;
|
||||
in
|
||||
|
|
@ -40,11 +40,11 @@ in
|
|||
};
|
||||
|
||||
config = lib.mkIf ((nyxCfg.enable or false) && (cfg.enable or false)) {
|
||||
home.packages = [
|
||||
environment.systemPackages = [
|
||||
(pkgs.writeShellScriptBin "nyx-cleanup" cleanupScript)
|
||||
];
|
||||
|
||||
home.shellAliases = lib.mkIf (cfg.enableAlias or true) {
|
||||
environment.shellAliases = lib.mkIf (cfg.enableAlias or true) {
|
||||
nc = "nyx-cleanup";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue