update: fixed issues and update flake inputs
This commit is contained in:
parent
4b6183f0ec
commit
b3c5ad2880
80 changed files with 3307 additions and 2059 deletions
|
|
@ -16,6 +16,11 @@ let
|
|||
--sudo --ask-sudo-password $@'';
|
||||
|
||||
rebuild = pkgs.writeShellScriptBin "rebuild" ''
|
||||
${rebuildCommand}
|
||||
'';
|
||||
|
||||
# Notification
|
||||
nrebuild = pkgs.writeShellScriptBin "nrebuild" ''
|
||||
${
|
||||
if shouldNotify then
|
||||
''
|
||||
|
|
@ -36,6 +41,7 @@ let
|
|||
in
|
||||
{
|
||||
home.packages = [
|
||||
nrebuild
|
||||
rebuild
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue