Added Hyprland

This commit is contained in:
2025-05-06 22:55:50 +02:00
parent 46c6deebda
commit 1581a55e46
9 changed files with 893 additions and 9 deletions

View File

@@ -21,13 +21,15 @@
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
};
nixvim = {
url = "github:nix-community/nixvim";
inputs.nixpkgs.follows = "nixpkgs";
};
hyprland.url = "github:hyprwm/Hyprland";
};
outputs = { self, nixpkgs, home-manager, nixvim, ... }@inputs:
outputs = { self, nixpkgs, home-manager, nixvim, hyprland, ... }@inputs:
let
overlays = [];
personalEmail = "patrickcanal3@gmail.com";