This commit is contained in:
2025-12-11 17:17:21 +01:00
commit 3add673455
43 changed files with 2799 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
function hm-switch --wraps='nix flake update --flake ~/.config/home-manager && nh home switch ~/.config/home-manager' --wraps='nh home switch ~/.config/home-manager' --description 'alias hm-switch=nh home switch ~/.config/home-manager'
nh home switch ~/.config/home-manager $argv
end

View File

@@ -0,0 +1,4 @@
function hm-update --wraps='nix flake update --flake ~/.config/home-manager && nh home switch ~/.config/home-manager' --description 'alias hm-update=nix flake update --flake ~/.config/home-manager && nh home switch ~/.config/home-manager'
nix flake update --flake ~/.config/home-manager && nh home switch ~/.config/home-manager $argv
end

View File

@@ -0,0 +1,3 @@
function os-switch --wraps='nh os switch /home/lusia/.config/nixos' --description 'alias os-switch=nh os switch /home/lusia/.config/nixos'
nh os switch /home/lusia/.config/nixos $argv
end

View File

@@ -0,0 +1,3 @@
function os-update --wraps='sudo nix flake update --flake /home/lusia/.config/nixos && nh os switch /home/lusia/.config/nixos' --description 'alias os-update=sudo nix flake update --flake /home/lusia/.config/nixos && nh os switch /home/lusia/.config/nixos'
sudo nix flake update --flake /home/lusia/.config/nixos && nh os switch /home/lusia/.config/nixos $argv
end

4
fish/functions/wl.fish Normal file
View File

@@ -0,0 +1,4 @@
function wl --wraps='bash sync-colors.sh' --wraps='bash /home/lusia/Downloads/sync-colors.sh' --description 'alias wl=bash /home/lusia/Downloads/sync-colors.sh'
bash /home/lusia/Downloads/sync-colors.sh $argv
end