Skip to content

Commit

Permalink
feat(nix): rework hyprpaper
Browse files Browse the repository at this point in the history
  • Loading branch information
sbulav committed Apr 4, 2024
1 parent 5e0b78b commit 3533738
Show file tree
Hide file tree
Showing 3 changed files with 160 additions and 64 deletions.
184 changes: 144 additions & 40 deletions nix/flake.lock

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

6 changes: 4 additions & 2 deletions nix/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@
url = "github:hyprwm/Hyprland";
inputs.nixpkgs.follows = "nixpkgs";
};
hyprpaper = {
url = "github:hyprwm/hyprpaper";
inputs.nixpkgs.follows = "nixpkgs";
};

# Home manager
home-manager = {
Expand Down Expand Up @@ -76,7 +80,5 @@
overlays = with inputs; [];

systems.modules.nixos = with inputs; [];

templates = import ./templates {};
};
}
Loading

0 comments on commit 3533738

Please sign in to comment.