mirror of
https://github.com/Superredstone/nixos.git
synced 2026-03-07 20:28:08 +01:00
Added Hyprland
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user