n
This commit is contained in:
parent
026f5fa1cf
commit
945d395dd9
2 changed files with 4 additions and 0 deletions
|
@ -33,6 +33,7 @@
|
|||
url = "git+https://github.com/hyprwm/Hyprland?submodules=1";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
rose-pine-hyprcursor.url = "github:ndom91/rose-pine-hyprcursor";
|
||||
};
|
||||
|
||||
outputs = {
|
||||
|
@ -43,6 +44,7 @@
|
|||
sops-nix,
|
||||
emacs-overlay,
|
||||
hyprland,
|
||||
rose-pine-hyprcursor,
|
||||
# ags,
|
||||
...
|
||||
} @ inputs: let
|
||||
|
|
|
@ -96,6 +96,8 @@ in
|
|||
greetd.tuigreet
|
||||
# notifications
|
||||
mako
|
||||
# cursor
|
||||
inputs.rose-pine-hyprcursor.packages.${pkgs.system}.default
|
||||
];
|
||||
|
||||
programs.hyprland = {
|
||||
|
|
Loading…
Reference in a new issue