hyprpanel: init

This commit is contained in:
Christoph Hollizeck 2024-11-02 08:52:39 +01:00
parent 5fdc4227fd
commit ce492add50
Signed by: Daholli
GPG key ID: 249300664F2AF2C7
2 changed files with 463 additions and 0 deletions

View file

@ -42,6 +42,8 @@
inputs.hyprland.follows = "hyprland";
};
hyprpanel.url = "github:Jas-SinghFSU/HyprPanel";
###
# Snowfall dependencies
snowfall-lib = {
@ -54,6 +56,7 @@
inputs.nixpkgs.follows = "nixpkgs-unstable";
};
# still not sure if I like helix or nvim more, for now helix does mostly everything I need it to
kickstartnvim = {
url = "github:Daholli/kickstart-nix-nvim";
inputs.nixpkgs.follows = "nixpkgs";
@ -112,6 +115,7 @@
overlays = with inputs; [
snowfall-flake.overlays.default
kickstartnvim.overlays.default
hyprpanel.overlay
];
systems.modules.nixos = with inputs; [