fix?: unsure if i incorrectly named it

This commit is contained in:
Ruben 2024-04-17 18:00:00 -05:00
commit b278de76f9
No known key found for this signature in database
GPG key ID: AE181294E97E4802

View file

@ -8,7 +8,7 @@
nix.settings.experimental-features = [ "nix-command" "flakes" ];
environment.systemPackages = with pkgs; [
# kernel from nyx
linuxPackages_cachyos
pkg.linuxPackages_cachyos
# git is required for flakes, and either way i use it
git