disko + some stuff ported from arch

This commit is contained in:
twoneis 2024-05-25 01:41:30 +02:00
parent 1f8cd27be2
commit c2e1d5b4e4
10 changed files with 178 additions and 56 deletions

View file

@ -87,16 +87,6 @@
};
};
services.xserver = {
enable = true;
excludePackages = [ pkgs.xterm ];
displayManager.gdm.enable = true;
xkb = {
layout = "us";
variant = "";
};
};
# Needed for some features in nautilus such as auto-mounting and trash
services.gvfs.enable = true;
@ -110,8 +100,8 @@
extraGroups = [ "networkmanager" "wheel" ];
};
programs.zsh.enable = true;
users.defaultUserShell = pkgs.zsh;
programs.fish.enable = true;
users.defaultUserShell = pkgs.fish;
security.pam.services.swaylock = {};
}