feat(home:hyprland): move back to flake input
This commit is contained in:
parent
df6bb7650e
commit
d14f30bb2d
2 changed files with 6 additions and 6 deletions
|
|
@ -76,9 +76,9 @@
|
|||
agenix.url = "github:ryantm/agenix";
|
||||
|
||||
# hyprland "ecosystem". hyprDE perhaps?
|
||||
# hyprland = {
|
||||
# url = "git+https://github.com/hyprwm/Hyprland?submodules=1";
|
||||
# };
|
||||
hyprland = {
|
||||
url = "git+https://github.com/hyprwm/Hyprland?submodules=1";
|
||||
};
|
||||
hyprlock.url = "github:hyprwm/hyprlock";
|
||||
hypridle.url = "github:hyprwm/hypridle";
|
||||
hyprpaper.url = "github:hyprwm/hyprpaper";
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
{ lib, config, pkgs, ... }:
|
||||
{ inputs, lib, config, pkgs, ... }:
|
||||
let
|
||||
wayland = config.ooknet.wayland;
|
||||
inherit (lib) mkIf;
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
# inputs.hyprland.homeManagerModules.default
|
||||
inputs.hyprland.homeManagerModules.default
|
||||
./settings
|
||||
./extras
|
||||
];
|
||||
|
|
@ -17,7 +17,7 @@ in
|
|||
|
||||
wayland.windowManager.hyprland = {
|
||||
enable = true;
|
||||
# package = inputs.hyprland.packages.${pkgs.system}.hyprland;
|
||||
package = inputs.hyprland.packages.${pkgs.system}.hyprland;
|
||||
xwayland.enable = true;
|
||||
systemd = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue