Tweaked zsh module
This commit is contained in:
parent
4df4b41540
commit
088a9796c6
1 changed files with 58 additions and 63 deletions
|
@ -1,6 +1,7 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
home-manager.users.tdpeuter = { pkgs, ... }: {
|
||||
home = {
|
||||
packages = with pkgs; [
|
||||
font-awesome
|
||||
|
@ -60,13 +61,7 @@
|
|||
sudo nixos-rebuild switch --flake .# --show-trace
|
||||
popd
|
||||
'';
|
||||
uu = "update-user";
|
||||
update-user = ''
|
||||
pushd ~/projects/sisyphus/nixos
|
||||
nix build .#homeManagerConfigurations.tdpeuter.activationPackage
|
||||
./result/activate
|
||||
popd
|
||||
'';
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue