From 15a27c460738013c8ae4e0a78e6e7319a9459161 Mon Sep 17 00:00:00 2001 From: Julian Mutter Date: Fri, 26 Jan 2024 12:34:39 +0100 Subject: [PATCH] home: clean up flake --- home-manager/flake.nix | 5 ----- 1 file changed, 5 deletions(-) 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,