Regenerated

This commit is contained in:
2026-03-23 21:17:42 +00:00
parent fc91757edc
commit 8469739356
15 changed files with 39 additions and 564 deletions
@@ -1,18 +0,0 @@
services.greetd = {
enable = true;
settings = {
sessions = {
hyprland = { path = hyprlandPath; };
};
default_session = {
session = "hyprland";
};
greeter = {
command = "${pkgs.tuigreet}/bin/tuigreet --remember --time --time-format '%I:%M %p | %a %h | %F'";
user = username;
};
};
};
@@ -1,10 +0,0 @@
{ lib, config, ... }:
{
nix.settings = {
experimental-features = [ "nix-command" "flakes" ];
download-buffer-size = 536870912; # 512 MB
cores = 2;
max-jobs = 1;
};
}