reenable bayram user

This commit is contained in:
Osman Faruk Bayram 2024-12-31 14:01:46 +03:00
parent ee13cd7ac7
commit 8c0f71babc

View file

@ -156,18 +156,18 @@
prismlauncher prismlauncher
]; ];
}; };
# bayram = { bayram = {
# isNormalUser = true; isNormalUser = true;
# description = "bayram"; description = "bayram";
# initialPassword = "changeme"; initialPassword = "changeme";
# extraGroups = ["networkmanager"]; extraGroups = ["networkmanager"];
# packages = with pkgs; [ packages = with pkgs; [
# vlc vlc
# ungoogled-chromium ungoogled-chromium
# prismlauncher prismlauncher
# qbittorrent qbittorrent
# ]; ];
# }; };
}; };
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;