change steamdeck

This commit is contained in:
2023-09-29 20:04:14 +02:00
parent 413a7370db
commit 61d659989f
3 changed files with 8 additions and 6 deletions

View File

@@ -83,14 +83,15 @@
LC_TIME = "de_AT.UTF-8";
};
environment.systemPackages = with pkgs; [
ykfde
firefox
];
users.users.dominik = {
isNormalUser = true;
description = "Dominik Polakovics";
extraGroups = [ "networkmanager" "wheel" ];
packages = with pkgs; [
firefox
ykfde
];
};
services.openssh.enable = true;