From 9cddf63283940e556d61ae7d53851387164eb5bf Mon Sep 17 00:00:00 2001 From: Sneexy Date: Wed, 17 Apr 2024 18:06:18 -0500 Subject: [PATCH] fix?: i actually don't know what i'm doing wrong --- config/packages.nix | 3 --- flake.nix | 4 ++-- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/config/packages.nix b/config/packages.nix index 0241626..2895ce1 100644 --- a/config/packages.nix +++ b/config/packages.nix @@ -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 diff --git a/flake.nix b/flake.nix index 619df96..56e9cdb 100644 --- a/flake.nix +++ b/flake.nix @@ -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 ]; }; };