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";
|
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
|
||||||
|
|
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in a new issue