This commit is contained in:
beanigen 2025-04-16 21:21:03 +08:00
parent 3146cd2355
commit 123a8380d3
No known key found for this signature in database
13 changed files with 275 additions and 26 deletions

View file

@ -22,28 +22,11 @@
};
programs.sway.enable = true;
services.greetd = {
enable = true;
restart = true;
settings.default_session = {
command = "${pkgs.greetd.tuigreet}/bin/tuigreet --time";
user = "greeter";
};
};
programs.adb.enable = true;
environment.variables = {
WLR_NO_HARDWARE_CURSORS = "1";
};
systemd.services.greetd.serviceConfig = {
Type = "idle";
StandardInput = "tty";
StandardOutput = "tty";
StandardError = "journal";
TTYReset = "true";
TTYHangup = "true";
TTYVTDisallocate = "true";
};
networking.hostName = "hypermac"; # Define your hostname.
# Pick only one of the below networking options.
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.

View file

@ -6,5 +6,6 @@
../firewall.nix
../substituters.nix
../fonts.nix
../greetd.nix
];
}