working on nvidia settings

This commit is contained in:
Matt Nish-Lapidus 2024-10-07 23:39:25 -04:00
parent 36798975c7
commit 1781b9c4ad
9 changed files with 2176 additions and 428 deletions

View file

@ -0,0 +1,11 @@
# rebuild nixos from config
sysup:
sudo nixos-rebuild switch --flake ~/source/nixos-config/#eddie
# rebuild home from config
homeup:
home-manager switch --flake ~/source/nixos-config#emenel
# update flake repos
flakeup:
cd '~/source/nixos-config' && sudo nix flake update