This commit is contained in:
2025-08-10 22:33:34 -05:00
parent 4fc6ac57a5
commit cb410c8e11
6 changed files with 37 additions and 9 deletions

View File

@@ -72,6 +72,7 @@
steam.enable = true;
pipewire.enable = true;
ags.enable = true;
kdePlasma6.enable = true;
hyprland.enable = true;
git.enable = true;
nh.enable = true;

View File

@@ -15,7 +15,7 @@
};
displayManager = {
enable = true;
#defaultSession = "hyprland";
defaultSession = "plasmawayland.desktop";
autoLogin = {
enable = true;
user = "nathan";
@@ -25,12 +25,12 @@
};
systemd.extraConfig = "DefaultLimitNOFILE=2048";
/*
environment.sessionVariables = {
WLR_BACKENDS = "headless";
WLR_LIBINPUT_NO_DEVICES = "1";
};
*/
programs.zsh.enable = true;
environment.shells = with pkgs; [ zsh ];
users.defaultUserShell = pkgs.zsh;
@@ -57,13 +57,14 @@
services.displayManager.sddm.settings.AutoLogin = {
User = "nathan";
#Session = "hyprland";
Session = "plasmawayland.desktop";
Relogin = true;
};
networking = {
nameservers = [ "1.1.1.1" "1.0.0.1" ];
networkmanager.enable = true;
firewall.allowedTCPPorts = [ 80 ];
};
system.stateVersion = "25.05"; # Did you read the comment?
@@ -112,7 +113,6 @@
inputs.nathan-home-manager
{
config.homeconfig = {
host = "homebox";
minimal = false;
wayvnc.enable = true;
swaylock.enable = true;
@@ -133,7 +133,7 @@
openssh.enable = true;
pipewire.enable = true;
ags.enable = true;
hyprland.enable = true;
kdePlasma6.enable = true;
git.enable = true;
nh.enable = true;
netbird.enable = true;