fix?: i actually don't know what i'm doing wrong

This commit is contained in:
Ruben 2024-04-17 18:06:18 -05:00
commit 9cddf63283
No known key found for this signature in database
GPG key ID: AE181294E97E4802
2 changed files with 2 additions and 5 deletions

View file

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