diff options
Diffstat (limited to 'home-config/nix-home-manager/home.nix')
-rw-r--r-- | home-config/nix-home-manager/home.nix | 11 |
1 files changed, 3 insertions, 8 deletions
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 @@ | |||
13 | # You should not change this value, even if you update Home Manager. If you do | 13 | # You should not change this value, even if you update Home Manager. If you do |
14 | # want to update the value, then make sure to first check the Home Manager | 14 | # want to update the value, then make sure to first check the Home Manager |
15 | # release notes. | 15 | # release notes. |
16 | home.stateVersion = "22.11"; # Please read the comment before changing. | 16 | home.stateVersion = "23.11"; # Please read the comment before changing. |
17 | |||
18 | # Enable nix flakes | ||
19 | nix = { | ||
20 | package = pkgs.nix; | ||
21 | settings.experimental-features = [ "nix-command" "flakes" ]; | ||
22 | }; | ||
23 | 17 | ||
24 | # This value will set some environment variables to allow home-manager to | 18 | # This value will set some environment variables to allow home-manager to |
25 | # function better outside of NixOS | 19 | # function better outside of NixOS |
26 | nixpkgs.config.allowUnfree = true; | 20 | nixpkgs.config.allowUnfree = true; |
27 | targets.genericLinux.enable = true; | 21 | #targets.genericLinux.enable = true; |
28 | fonts.fontconfig.enable = true; | 22 | fonts.fontconfig.enable = true; |
29 | 23 | ||
30 | # The home.packages option allows you to install Nix packages into your | 24 | # The home.packages option allows you to install Nix packages into your |
@@ -47,6 +41,7 @@ | |||
47 | waypaper | 41 | waypaper |
48 | gdu | 42 | gdu |
49 | spotify-player | 43 | spotify-player |
44 | hyprpicker | ||
50 | 45 | ||
51 | # # It is sometimes useful to fine-tune packages, for example, by applying | 46 | # # It is sometimes useful to fine-tune packages, for example, by applying |
52 | # # overrides. You can do that directly here, just don't forget the | 47 | # # overrides. You can do that directly here, just don't forget the |