Recreated nix files

This commit is contained in:
2026-03-03 16:41:05 +01:00
parent 8f61e82711
commit 0e6da99e3a
2 changed files with 301 additions and 299 deletions
+300 -299
View File
File diff suppressed because it is too large Load Diff
+1
View File
@@ -53,6 +53,7 @@
enable = true;
package = hyprland.packages.${pkgs.system}.hyprland;
};
})
({ lib, ... }: {
nixpkgs.overlays = [ emacs-overlay.overlays.default ];
})