Skip to content

Commit

Permalink
add: hyprpicker & hyprpolkitagent flakes
Browse files Browse the repository at this point in the history
  • Loading branch information
KP64 committed Dec 18, 2024
1 parent 44a8692 commit 673b6ed
Show file tree
Hide file tree
Showing 3 changed files with 146 additions and 3 deletions.
7 changes: 4 additions & 3 deletions desktop/hypr/hyprland.nix
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,10 @@ in
};
};
home-manager.users.${username} = {
home.packages = [
pkgs.hyprpicker
inputs.hyprland-contrib.packages.${pkgs.system}.grimblast
home.packages = with inputs; [
hyprland-contrib.packages.${pkgs.system}.grimblast
hyprpolkitagent.packages.${pkgs.system}.hyprpolkitagent
hyprpicker.packages.${pkgs.system}.hyprpicker
];
wayland.windowManager.hyprland = {
enable = true;
Expand Down
126 changes: 126 additions & 0 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,22 @@
inputs.nixpkgs.follows = "nixpkgs";
};

hyprpicker = {
url = "github:hyprwm/hyprpicker";
inputs = {
nixpkgs.follows = "nixpkgs";
systems.follows = "systems";
};
};

hyprpolkitagent = {
url = "github:hyprwm/hyprpolkitagent";
inputs = {
nixpkgs.follows = "nixpkgs";
systems.follows = "systems";
};
};

impermanence.url = "github:nix-community/impermanence";

lanzaboote = {
Expand Down

0 comments on commit 673b6ed

Please sign in to comment.