From 3a27da37773d62894b5dfd00d68b5fa42739d5e1 Mon Sep 17 00:00:00 2001 From: Natalie Marks Date: Fri, 19 Jan 2024 06:39:36 -0800 Subject: [PATCH] updated home-manager config --- home.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home.nix b/home.nix index 5b3c5fd..291ae5e 100644 --- a/home.nix +++ b/home.nix @@ -32,6 +32,7 @@ zellij distrobox podman + qemu #zsh-autosuggestions #zsh-autocomplete #zsh-powerlevel10k @@ -98,7 +99,7 @@ shellAliases = { hm-update = "git add home.nix ; git commit -m 'updated home-manager config'; git push origin main; home-manager switch --flake ~/.dotfiles/#nmarks"; sys-update = "git add configuration.nix ; git commit -m 'updated system config'; git push origin main; sudo nixos-rebuild switch --flake ~/.dotfiles/#nmarks"; - full-update = "sys-update hm-update"; + full-update = "sys-update; hm-update"; }; };