From 9396554c2141f3c4e14bcbd71d0f31b9ff7816d6 Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Fri, 16 Feb 2024 20:10:31 -0500 Subject: flakes work! --- home-config/nix-home-manager/home.nix | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'home-config/nix-home-manager/home.nix') diff --git a/home-config/nix-home-manager/home.nix b/home-config/nix-home-manager/home.nix index aa90213..9dcdc28 100644 --- a/home-config/nix-home-manager/home.nix +++ b/home-config/nix-home-manager/home.nix @@ -13,18 +13,12 @@ # You should not change this value, even if you update Home Manager. If you do # want to update the value, then make sure to first check the Home Manager # release notes. - home.stateVersion = "22.11"; # Please read the comment before changing. - - # Enable nix flakes - nix = { - package = pkgs.nix; - settings.experimental-features = [ "nix-command" "flakes" ]; - }; + home.stateVersion = "23.11"; # Please read the comment before changing. # This value will set some environment variables to allow home-manager to # function better outside of NixOS nixpkgs.config.allowUnfree = true; - targets.genericLinux.enable = true; + #targets.genericLinux.enable = true; fonts.fontconfig.enable = true; # The home.packages option allows you to install Nix packages into your @@ -47,6 +41,7 @@ waypaper gdu spotify-player + hyprpicker # # It is sometimes useful to fine-tune packages, for example, by applying # # overrides. You can do that directly here, just don't forget the -- cgit v1.2.3