mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-15 17:45:12 -05:00
feat: separated hyprland
This commit is contained in:
parent
c75f038f8a
commit
52bd55bf70
1 changed files with 13 additions and 1 deletions
14
flake.nix
14
flake.nix
|
@ -41,8 +41,19 @@
|
||||||
url = "github:Alexays/Waybar";
|
url = "github:Alexays/Waybar";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
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 =
|
outputs =
|
||||||
inputs:
|
inputs:
|
||||||
inputs.flake-parts.lib.mkFlake { inherit inputs; } {
|
inputs.flake-parts.lib.mkFlake { inherit inputs; } {
|
||||||
|
@ -65,6 +76,7 @@
|
||||||
./profiles/user1
|
./profiles/user1
|
||||||
config.nixosModules.desktop
|
config.nixosModules.desktop
|
||||||
config.nixosModules.hyprland
|
config.nixosModules.hyprland
|
||||||
|
config.nixosModules.wayland
|
||||||
config.nixosModules.personal
|
config.nixosModules.personal
|
||||||
config.nixosModules.shared
|
config.nixosModules.shared
|
||||||
config.nixosModules.sops
|
config.nixosModules.sops
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue