feat: separated hyprland

This commit is contained in:
Nick 2025-02-04 14:08:13 -06:00
parent c75f038f8a
commit 52bd55bf70

View file

@ -41,8 +41,19 @@
url = "github:Alexays/Waybar";
inputs.nixpkgs.follows = "nixpkgs";
};
hyprland = {
url = "github:hyprwm/Hyprland";
inputs.nixpkgs.follows = "nixpkgs";
};
hyprland-portal = {
url = "github:hyprwm/xdg-desktop-portal-hyprland";
inputs.nixpkgs.follows = "nixpkgs";
};
zed-editor = {
url = "github:zed-industries/zed";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs =
inputs:
inputs.flake-parts.lib.mkFlake { inherit inputs; } {
@ -65,6 +76,7 @@
./profiles/user1
config.nixosModules.desktop
config.nixosModules.hyprland
config.nixosModules.wayland
config.nixosModules.personal
config.nixosModules.shared
config.nixosModules.sops