mirror of
https://codeberg.org/ultra/nixos-dotfiles.git
synced 2024-11-25 07:03:08 +02:00
Apparently I wasn't dumber but SDDM still won't start
Signed-off-by: Alex Stan <stan.alexandru@ichb.ro>
This commit is contained in:
parent
7fc500f52a
commit
1b10d9e979
1 changed files with 6 additions and 45 deletions
|
@ -83,45 +83,6 @@ in {
|
|||
isNormalUser = true;
|
||||
description = "Alex S.";
|
||||
extraGroups = [ "networkmanager" "wheel" ];
|
||||
/*
|
||||
packages = with pkgs; [
|
||||
firefox
|
||||
kate
|
||||
distrobox
|
||||
fish
|
||||
nushell
|
||||
git
|
||||
bat
|
||||
gnupg1
|
||||
zoom-us
|
||||
google-chrome
|
||||
zoxide
|
||||
starship
|
||||
atuin
|
||||
clang
|
||||
gcc
|
||||
exa
|
||||
gnumake
|
||||
plasma-browser-integration
|
||||
libsForQt5.bismuth
|
||||
whatsapp-for-linux
|
||||
signal-desktop
|
||||
nodejs
|
||||
onlyoffice-bin
|
||||
drawio
|
||||
xclip
|
||||
steam
|
||||
packagekit
|
||||
armcord
|
||||
packagekit
|
||||
rnote
|
||||
obsidian
|
||||
gnome-obfuscate
|
||||
microsoft-edge
|
||||
doom-emacs
|
||||
ripgrep
|
||||
];
|
||||
*/
|
||||
shell = pkgs.fish;
|
||||
hashedPassword = "$6$OBjnSQhhJgHsr5LE$jFtUz.2qv0l2viv86exXmfHWC0fDFXKD3rqH41NmqgkdoBrwY2rPkDBCPjdq7PSoeudYcQ0nXxJvh1N7EIUs90";
|
||||
};
|
||||
|
@ -229,14 +190,14 @@ in {
|
|||
# Enable KDE Plasma 5
|
||||
displayManager = {
|
||||
|
||||
# Enable autologin
|
||||
autoLogin = {
|
||||
enable = true;
|
||||
user = "ultra";
|
||||
};
|
||||
|
||||
sddm = {
|
||||
enable = true;
|
||||
|
||||
# Enable autologin
|
||||
autoLogin = {
|
||||
enable = true;
|
||||
user = "ultra";
|
||||
};
|
||||
};
|
||||
};
|
||||
desktopManager.plasma5.enable = true;
|
||||
|
|
Loading…
Reference in a new issue