change steamdeck
This commit is contained in:
parent
413a7370db
commit
61d659989f
3 changed files with 8 additions and 6 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue