diff --git a/home-manager/flake.nix b/home-manager/flake.nix index c07ccd9..26b23ea 100644 --- a/home-manager/flake.nix +++ b/home-manager/flake.nix @@ -2,7 +2,6 @@ description = "Home Manager configuration of julian"; inputs = { - # Specify the source of Home Manager and Nixpkgs. nixpkgs-stable.url = "github:nixos/nixpkgs/nixos-23.11"; nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable"; @@ -25,12 +24,9 @@ unstable = import nixpkgs-unstable { inherit system; config.allowUnfree = true; - # my = self. }; }; - # pkgs-unstable = nixpkgs-unstable.legacyPackages.${system}; - # pkgs-stable = nixpkgs-stable.legacyPackages.${system}; pkgs = import nixpkgs-stable { inherit system; config.allowUnfree = true; @@ -38,7 +34,6 @@ }; in { homeConfigurations."julian" = home-manager.lib.homeManagerConfiguration { - # pkgs = pkgs; inherit pkgs; # Specify your home configuration modules here, for example,