summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorstuebinm2023-03-04 17:29:13 +0100
committerstuebinm2023-03-04 17:29:13 +0100
commitbb702918cb74541687aa013c84fcf9749c039610 (patch)
tree8fe71c5b378f7ee8bcc1aed4fc7306da7075fa9c /flake.nix
parentd51414d155420c0f2f8cfc86bf1d2b7822074eb8 (diff)
home: a couple more packages
Diffstat (limited to '')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 989c4cb..c355804 100644
--- a/flake.nix
+++ b/flake.nix
@@ -95,7 +95,7 @@
homeConfigurations =
let home = root: inputs.home-manager.lib.homeManagerConfiguration rec {
- pkgs = nixpkgs.legacyPackages.x86_64-linux;
+ pkgs = nixpkgs;
modules = [ root ];
extraSpecialArgs = {
inherit inputs;