mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-06 06:52:13 +05:30
Got a usb numpad and replaced sc with numbat
This commit is contained in:
parent
1d568ad213
commit
372d7e4bbc
4 changed files with 23 additions and 4 deletions
|
@ -76,7 +76,7 @@
|
|||
users.users.${userSettings.username} = {
|
||||
isNormalUser = true;
|
||||
description = userSettings.name;
|
||||
extraGroups = [ "networkmanager" "wheel" ];
|
||||
extraGroups = [ "networkmanager" "wheel" "input" "dialout" ];
|
||||
packages = [];
|
||||
uid = 1000;
|
||||
};
|
||||
|
|
|
@ -56,6 +56,7 @@
|
|||
openvpn
|
||||
protonmail-bridge
|
||||
texliveSmall
|
||||
numbat
|
||||
|
||||
wine
|
||||
bottles
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue