archachatina: add presentation user

This commit is contained in:
Gabriel Ebner 2020-08-01 16:52:23 +02:00
parent 03ca0530f9
commit 962ea693af
1 changed files with 12 additions and 0 deletions

View File

@ -5,6 +5,7 @@
[
./common-headless.nix
./sway.nix
# ./i3.nix
./large-sw.nix
./uefi.nix
./fstrim.nix
@ -37,6 +38,17 @@
}
];
# services.xserver.displayManager.defaultSession = pkgs.lib.mkForce "sway";
#
# users.extraUsers.presentation = {
# isNormalUser = true;
# extraGroups = [ "networkmanager" "audio" ];
# # shell = "${pkgs.zsh}/bin/zsh";
# shell = "/run/current-system/sw/bin/fish";
#
# password = if config.virtualisation != null then "" else null;
# };
environment.systemPackages = with pkgs; [
beets