tweaks
This commit is contained in:
parent
5ded8ecb7f
commit
862a1f603b
7 changed files with 24 additions and 18 deletions
5
dotfiles/dot_config/fish/functions/flakeup.fish
Normal file
5
dotfiles/dot_config/fish/functions/flakeup.fish
Normal file
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env fish
|
||||
|
||||
function flakeup --description 'update flake sources'
|
||||
cd '/home/emenel/source/nixos-config' && sudo nix flake update
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue