From 53c7ee3f7c03526121ec24969889ba11ec834333 Mon Sep 17 00:00:00 2001 From: Steven Date: Sun, 26 Mar 2023 00:22:55 -0400 Subject: [PATCH] removed legacy packages for home manager --- flake.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index fa8ca6a..81fb70c 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,7 @@ { inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixos-22.11"; + nixos-hardware.url = "github:NixOS/nixos-hardware/master"; # For Wayfire # # nixpkgs-wayland = { # url = "github:nix-community/nixpkgs-wayland"; @@ -10,7 +11,6 @@ url = "github:nix-community/home-manager/release-22.11"; inputs.nixpkgs.follows = "nixpkgs"; }; - nixos-hardware.url = "github:NixOS/nixos-hardware/master"; nixos-generators = { url = "github:nix-community/nixos-generators"; inputs.nixpkgs.follows = "nixpkgs"; @@ -49,9 +49,8 @@ ]; }; }; - homeManagerConfiguration = { + homeConfigurations = { speccon18 = home-manager.lib.homeManagerConfiguration { - pkgs = nixpkgs.legacyPackages.x86_64-linux; modules = [ ./hm-modules/home-manager.nix]; # username = "speccon18"; # homeDirectory = "/home/speccon18";