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

View file

@ -103,7 +103,7 @@
pkgs = nixpkgs.legacyPackages.x86_64-linux; # Home-manager requires 'pkgs' instance
extraSpecialArgs = {inherit inputs outputs;};
modules = [
./machines/thunkpad
./users/ruben/home.nix
];
};
# secondary device
@ -111,7 +111,7 @@
pkgs = nixpkgs.legacyPackages.x86_64-linux; # Home-manager requires 'pkgs' instance
extraSpecialArgs = {inherit inputs outputs;};
modules = [
./machines/thonkpad
./users/ruben/home.nix
];
};
};