diff --git a/flake.lock b/flake.lock index 280ade7..c0fc7f1 100644 --- a/flake.lock +++ b/flake.lock @@ -346,11 +346,11 @@ ] }, "locked": { - "lastModified": 1728726232, - "narHash": "sha256-8ZWr1HpciQsrFjvPMvZl0W+b0dilZOqXPoKa2Ux36bc=", + "lastModified": 1728791962, + "narHash": "sha256-nr5QiXwQcZmf6/auC1UpX8iAtINMtdi2mH+OkqJQVmU=", "owner": "nix-community", "repo": "home-manager", - "rev": "d57112db877f07387ce7104b5ac346ede556d2d7", + "rev": "64c6325b28ebd708653dd41d88f306023f296184", "type": "github" }, "original": { @@ -442,11 +442,11 @@ "xdph": "xdph" }, "locked": { - "lastModified": 1728752206, - "narHash": "sha256-r5xU/LqU4TrUOIouhYqrTZc1VY1zLQOOzbLsFCDlfpI=", + "lastModified": 1728836804, + "narHash": "sha256-7dd4KUVMBeXIKrPzQn6FO7kfuqHbI0ognYgmoFfNaXM=", "ref": "refs/heads/main", - "rev": "1822707c7e7394ce8c7572f2fe890763a307f499", - "revCount": 5332, + "rev": "5c3bd8e93d9f25be3e16a0445ba6fce8d30b6d73", + "revCount": 5336, "submodules": true, "type": "git", "url": "https://github.com/hyprwm/Hyprland" @@ -825,11 +825,11 @@ }, "nur": { "locked": { - "lastModified": 1728794320, - "narHash": "sha256-5Dm+961fOsneg5nX6gBCHPHMdwF6/JbV5p0Zvmi6ybU=", + "lastModified": 1728833943, + "narHash": "sha256-W5vzwrgfSSYw+WVOLhg+1xVFewN6NuKnUnNfNW7xC9c=", "owner": "nix-community", "repo": "NUR", - "rev": "15bee9bde462e0e47e7d34c78d50bb0cc718c6e4", + "rev": "72974c03c9952b3591688e64af12e19e3686a499", "type": "github" }, "original": { diff --git a/modules/home/environment/desktop_userpkgs.nix b/modules/home/environment/desktop_userpkgs.nix index 5fdaaf3..361bfe6 100644 --- a/modules/home/environment/desktop_userpkgs.nix +++ b/modules/home/environment/desktop_userpkgs.nix @@ -6,14 +6,10 @@ in { home.packages = with pkgs; [ gtk3 - adwaita-icon-theme uhk-agent - dunst - rofi sqlite - starship zathura - inkscape + gimp imagemagick yt-dlp vlc @@ -22,7 +18,6 @@ in qbittorrent obs-studio neovide - chromium zsh zsh-syntax-highlighting zsh-history-substring-search diff --git a/modules/home/programs/autojump.nix b/modules/home/programs/autojump.nix new file mode 100644 index 0000000..c3bd05a --- /dev/null +++ b/modules/home/programs/autojump.nix @@ -0,0 +1,8 @@ +{ ... }: + +{ + programs.autojump = { + enable = true; + enableZshIntegration = true; + }; +} diff --git a/modules/home/programs/fzf.nix b/modules/home/programs/fzf.nix new file mode 100644 index 0000000..29d33fc --- /dev/null +++ b/modules/home/programs/fzf.nix @@ -0,0 +1,8 @@ +{ ... }: + +{ + programs.fzf = { + enable = true; + enableZshIntegration = true; + }; +} diff --git a/modules/home/programs/password-store.nix b/modules/home/programs/password-store.nix new file mode 100644 index 0000000..ff26d6b --- /dev/null +++ b/modules/home/programs/password-store.nix @@ -0,0 +1,10 @@ +{ ... }: + +{ + programs.password-store = { + enable = true; + settings = { + PASSWORD_STORE_DIR = "$XDG_DATA_HOME/.pass"; + }; + }; +} diff --git a/modules/sys/software/packages.nix b/modules/sys/software/packages.nix index 1a7ec54..4968a48 100644 --- a/modules/sys/software/packages.nix +++ b/modules/sys/software/packages.nix @@ -13,7 +13,6 @@ feh ffmpeg-full fuse - fzf git gnumake gst_all_1.gstreamer @@ -44,7 +43,6 @@ jq pamixer parted - pass pavucontrol pkg-config playerctl