archachatina: add presentation user
This commit is contained in:
parent
03ca0530f9
commit
962ea693af
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user