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;
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
"mmc-block"
|
||||
];
|
||||
boot.initrd.kernelModules = [
|
||||
"usbcore"
|
||||
"usbhid"
|
||||
"hid-generic" "hid-lenovo" "hid-apple" "hid-roccat"
|
||||
"hid-logitech-hidpp" "hid-logitech_dj" "hid-microsoft" "hid-cherry"
|
||||
|
||||
Reference in New Issue
Block a user