diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2024-02-15 13:22:50 -0500 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2024-02-15 13:22:50 -0500 |
commit | 9672616f431c8c4161238fe7ad1e2b4cf3040320 (patch) | |
tree | 3320debcde63374b8b713a872951cf28560a97c2 /home-config/nix-home-manager/home.nix | |
parent | 3f9ae573a312285dee54590795ec3bf35afee4ce (diff) |
Added zoxide for cd, updated bashrc, trying to get latest hyprland
portal working, and beginning to try and use flakes in home-manager for
nix packages.
Diffstat (limited to 'home-config/nix-home-manager/home.nix')
-rw-r--r-- | home-config/nix-home-manager/home.nix | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/home-config/nix-home-manager/home.nix b/home-config/nix-home-manager/home.nix index 5c0ee46..aa90213 100644 --- a/home-config/nix-home-manager/home.nix +++ b/home-config/nix-home-manager/home.nix | |||
@@ -15,6 +15,12 @@ | |||
15 | # release notes. | 15 | # release notes. |
16 | home.stateVersion = "22.11"; # Please read the comment before changing. | 16 | home.stateVersion = "22.11"; # Please read the comment before changing. |
17 | 17 | ||
18 | # Enable nix flakes | ||
19 | nix = { | ||
20 | package = pkgs.nix; | ||
21 | settings.experimental-features = [ "nix-command" "flakes" ]; | ||
22 | }; | ||
23 | |||
18 | # This value will set some environment variables to allow home-manager to | 24 | # This value will set some environment variables to allow home-manager to |
19 | # function better outside of NixOS | 25 | # function better outside of NixOS |
20 | nixpkgs.config.allowUnfree = true; | 26 | nixpkgs.config.allowUnfree = true; |
@@ -30,12 +36,12 @@ | |||
30 | yt-dlp | 36 | yt-dlp |
31 | #pass | 37 | #pass |
32 | rustup | 38 | rustup |
39 | zoxide | ||
33 | nodePackages.pnpm | 40 | nodePackages.pnpm |
34 | gcc | 41 | gcc |
35 | pkg-config | 42 | pkg-config |
36 | wttrbar | 43 | wttrbar |
37 | swww | 44 | swww |
38 | hyprpicker | ||
39 | wl-clip-persist | 45 | wl-clip-persist |
40 | gifski | 46 | gifski |
41 | waypaper | 47 | waypaper |