🚂
This commit is contained in:
parent
fcfd36c63b
commit
202611d0b8
18 changed files with 174 additions and 63 deletions
|
@ -56,7 +56,6 @@
|
|||
"qutebrowser"
|
||||
"shell"
|
||||
"slack"
|
||||
"sway"
|
||||
"hyprland"
|
||||
"udiskie"
|
||||
"vscode"
|
||||
|
@ -71,6 +70,8 @@
|
|||
];
|
||||
packages = with pkgs; [
|
||||
comma
|
||||
dolphin-emu-beta
|
||||
sc-controller
|
||||
];
|
||||
extraGroups = [
|
||||
"wheel"
|
||||
|
@ -114,6 +115,9 @@
|
|||
useXkbConfig = true; # use xkbOptions in tty.
|
||||
};
|
||||
|
||||
services.joycond.enable = true; #FIXME not here
|
||||
services.udev.packages = [pkgs.joycond];
|
||||
|
||||
# Enable the X11 windowing system.
|
||||
# services.xserver.enable = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue