mirror of
https://git.gay/sneexy/nixos.git
synced 2026-01-11 05:03:15 -08:00
fix?: i actually don't know what i'm doing wrong
This commit is contained in:
parent
b278de76f9
commit
9cddf63283
2 changed files with 2 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue