From 5764ac111952d37bc28d085951db62cb66dea5c6 Mon Sep 17 00:00:00 2001 From: Steven Date: Sun, 26 Mar 2023 15:06:04 -0400 Subject: [PATCH] commented home config in flake --- flake.nix | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/flake.nix b/flake.nix index 4acd059..aa25779 100644 --- a/flake.nix +++ b/flake.nix @@ -7,8 +7,8 @@ # NixOS Hardware Configuration for framework # nixos-hardware.url = "github:NixOS/nixos-hardware/master"; # For Wayfire # -# nixpkgs-wayland = { -# url = "github:nix-community/nixpkgs-wayland"; +# nixpkgs-wayland = { +# url = "github:nix-community/nixpkgs-wayland"; # inputs.nixpkgs.follows = "nixpkgs"; # }; # For Home Manager # @@ -33,7 +33,7 @@ config.allowUnfree = true; }; - defaultPackage.x86_64-linux = home-manager.defaultPackage.x86_64-linux; + defaultPackage.x86_64-linux = home-manager.defaultPackage.x86_64-linux; defaultNixOptions = { nix.autoOptimiseStore = true; }; @@ -82,12 +82,12 @@ ] #modules to load []; #modules to be loaded by home-manager }; - homeConfigurations = { - speccon18 = home-manager.lib.homeManagerConfiguration { - pkgs = nixpkgs.legacyPackages.x86_64-linux; - modules = [ ./.hm-modules/home-manager.nix]; - }; - }; + # homeConfigurations = { + # speccon18 = home-manager.lib.homeManagerConfiguration { + # pkgs = nixpkgs.legacyPackages.x86_64-linux; + # modules = [ ./.hm-modules/home-manager.nix]; + # }; + # }; }; - + } \ No newline at end of file