change steamdeck
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user