moved nhmu
This commit is contained in:
@@ -32,6 +32,13 @@
|
||||
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
|
||||
"1password-cli"
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
(writeShellScriptBin "nhmu" ''
|
||||
nix flake update --flake ~/.config/home-manager
|
||||
nix run home-manager -- switch --flake ~/.config/home-manager
|
||||
'')
|
||||
];
|
||||
};
|
||||
|
||||
nixosModules.default = { config, ... }: {
|
||||
|
||||
Reference in New Issue
Block a user