add shell command to fix nix when it gets in a tizz; add nix-index so fish no longer throws a wobbly when you call a commaand that doesnt exist; remove shell format since bash ide can now use it; add packages for gamescope to steam
This commit is contained in:
3
fix-nix.sh
Normal file
3
fix-nix.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
# Occasionally the nix store can get into a tizz and all updates will fail
|
||||
# This should fix that
|
||||
sudo nix-store --repair --verify --check-contents
|
||||
Reference in New Issue
Block a user