feat: add input-emulator custom package
This commit is contained in:
parent
823455682b
commit
77ada8f814
5 changed files with 39 additions and 3 deletions
nixos/home
|
@ -13,7 +13,7 @@ in
|
|||
# Define a user account. Don't forget to set a password with 'passwd'.
|
||||
users.users.matt = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" "input" "adm" "mlocate" "video" ];
|
||||
extraGroups = [ "wheel" "input" "uinput" "adm" "mlocate" "video" ];
|
||||
};
|
||||
|
||||
home-manager.useUserPackages = true;
|
||||
|
|
|
@ -69,10 +69,12 @@
|
|||
'')
|
||||
|
||||
tutanota-desktop
|
||||
input-emulator
|
||||
swayosd
|
||||
blueberry
|
||||
libayatana-appindicator
|
||||
libnotify
|
||||
libinput
|
||||
dracula-theme
|
||||
dracula-icon-theme
|
||||
steam-run
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue