niftion-patch-1 #5

Closed
niftion wants to merge 6 commits from niftion/dotfiles:niftion-patch-1 into master
Showing only changes of commit a0103e3ddf - Show all commits

View file

@ -10,25 +10,25 @@
};
services = {
desktopManager.plasma6.enable = true;
displayManager.sddm = {
enable = true;
wayland.enable = true;
};
}
pipewire = {
alsa.enable = true;
enable = true;
pulse.enable = true;
alsa.enable = true;
};
desktopManager.plasma6.enable = true;
};
users.users.cirno = {
isNormalUser = true;
shell = pkgs.zsh;
home = "/home/cirno";
description = "user for guests/cirno people";
extraGroups = [ "audio" ];
home = "/home/cirno";
initialHashedPassword = "$6$2f8vjQbdKyEBqPRT$FrZBZfzpJGqNqLlCyb7CzRNm0wuZwfRI7Qj/dUQlbtLixyJK5Im9AJT7GXmP5StfhZxSbH/wW8nDGPQm98NXV0";
isNormalUser = true;
shell = pkgs.zsh;
};
};
}