trying to update openrazer

This commit is contained in:
Matt Nish-Lapidus 2025-01-13 15:26:20 -05:00
parent 829c535f5c
commit e4f9fdf172
3 changed files with 39 additions and 20 deletions

View file

@ -1,5 +1,5 @@
#!/usr/bin/env fish
function flakeup --description 'update flake sources'
cd '/home/emenel/source/nixos-config' && sudo nix flake update && prevd
sudo nix flake update --flake /home/emenel/source/nixos-config
end