Add Hyprland configuration and integrate into home and laptop setups

This commit is contained in:
2025-10-27 16:30:24 +00:00
parent 9248d77693
commit 5852fcb1f1
4 changed files with 191 additions and 31 deletions

View File

@@ -10,14 +10,14 @@
inputs.nixpkgs.follows = "nixpkgs";
};
# Optional: Hyprland (if you want a tiling Wayland compositor)
# hyprland.url = "github:hyprwm/Hyprland";
# Hyprland - Tiling Wayland compositor
hyprland.url = "git+https://github.com/hyprwm/Hyprland?submodules=1";
# Optional: Other useful inputs
# nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable";
};
outputs = { self, nixpkgs, home-manager, ... }@inputs: {
outputs = { self, nixpkgs, home-manager, hyprland, ... }@inputs: {
# NixOS configuration for your hostname(s)
nixosConfigurations = {
# Desktop PC configuration