Simplified setup

This commit is contained in:
Weckyy702
2026-01-12 12:03:28 +01:00
parent 0524def0ad
commit 7fd9d83ce1
16 changed files with 81 additions and 2299 deletions

View File

@@ -1,19 +0,0 @@
{pkgs, username, ...}: {
# enable auto-login
#TODO: this should be optional
services.getty.autologinUser = username;
programs.hyprland = {
enable = true;
xwayland.enable = true;
withUWSM = true;
};
programs.hyprlock.enable = true;
environment.systemPackages = with pkgs; [
kitty
hyprpaper
];
}

View File

@@ -1,4 +0,0 @@
{pkgs, username, ...}: {
programs.zsh.enable = true;
users.users.${username}.shell = pkgs.zsh;
}