Recreated nix files

This commit is contained in:
2026-03-03 16:48:39 +01:00
parent 2d1862cf58
commit b3c5a15b0d
3 changed files with 297 additions and 300 deletions
+297 -298
View File
File diff suppressed because it is too large Load Diff
-1
View File
@@ -712,7 +712,6 @@ We also add a devshell that makes editing this repository easier in emacs.
package = hyprland.packages.${pkgs.system}.hyprland;
};
})
})
<<flake-emacs-module>>
<<flake-config-module>>
<<flake-home-module>>
-1
View File
@@ -56,7 +56,6 @@
package = hyprland.packages.${pkgs.system}.hyprland;
};
})
})
({ lib, ... }: {
nixpkgs.overlays = [ emacs-overlay.overlays.default ];
})