did a lot of things with hyprland and neovim

This commit is contained in:
Tomas Rivera
2026-03-01 16:34:17 +01:00
parent 035ecbce39
commit af6a0c3e10
7 changed files with 1258 additions and 9 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
# url = "github:nix-community/nixvim/nixos-25.11";
# };
outputs = { self, nixpkgs, home-manager, ... }@inputs:
outputs = { self, nixpkgs, home-manager,... }@inputs:
let
system = "x86_64-linux";
pkgs = nixpkgs.legacyPackages.${system};