This commit is contained in:
Sakooooo 2024-08-11 23:05:15 +04:00
parent 026f5fa1cf
commit 945d395dd9
Signed by: sako
GPG key ID: 3FD715D87D7725E0
2 changed files with 4 additions and 0 deletions

View file

@ -33,6 +33,7 @@
url = "git+https://github.com/hyprwm/Hyprland?submodules=1"; url = "git+https://github.com/hyprwm/Hyprland?submodules=1";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
rose-pine-hyprcursor.url = "github:ndom91/rose-pine-hyprcursor";
}; };
outputs = { outputs = {
@ -43,6 +44,7 @@
sops-nix, sops-nix,
emacs-overlay, emacs-overlay,
hyprland, hyprland,
rose-pine-hyprcursor,
# ags, # ags,
... ...
} @ inputs: let } @ inputs: let

View file

@ -96,6 +96,8 @@ in
greetd.tuigreet greetd.tuigreet
# notifications # notifications
mako mako
# cursor
inputs.rose-pine-hyprcursor.packages.${pkgs.system}.default
]; ];
programs.hyprland = { programs.hyprland = {