revert back to gnome console, kitty sucks

This commit is contained in:
2024-11-02 22:35:05 +01:00
parent 3882af2264
commit fc38dcb2ef
10 changed files with 33 additions and 33 deletions

View File

@ -1,6 +1,7 @@
{ config, pkgs, ... }:
{
users.users.menno = {
shell = pkgs.bash;
isNormalUser = true;
description = "Menno van Leeuwen";
extraGroups = [
@ -13,6 +14,5 @@
"video"
"render"
];
packages = with pkgs; [ ];
};
}