uhk: init

This commit is contained in:
teutat3s 2024-06-20 18:26:22 +02:00
parent 81367aea41
commit 1fdbed48de
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1
4 changed files with 7 additions and 0 deletions

View file

@ -96,6 +96,8 @@ in {
# Enable udev rules for gnupg smart cards # Enable udev rules for gnupg smart cards
hardware.gpgSmartcards.enable = true; hardware.gpgSmartcards.enable = true;
hardware.keyboard.uhk.enable = true;
powerManagement = { powerManagement = {
# Use new schedutil govenor # Use new schedutil govenor
# https://github.com/NixOS/nixpkgs/pull/42330 # https://github.com/NixOS/nixpkgs/pull/42330

View file

@ -64,6 +64,8 @@ in {
networking.hostName = "ryzensun"; networking.hostName = "ryzensun";
hardware.keyboard.uhk.enable = true;
home-manager.users."${psCfg.user.name}".xdg.configFile = { home-manager.users."${psCfg.user.name}".xdg.configFile = {
"sway/config.d/10-custom-keybindings.conf".source = ./.config/sway/config.d/custom-keybindings.conf; "sway/config.d/10-custom-keybindings.conf".source = ./.config/sway/config.d/custom-keybindings.conf;
"sway/config.d/autostart.conf".source = ./.config/sway/config.d/autostart.conf; "sway/config.d/autostart.conf".source = ./.config/sway/config.d/autostart.conf;

View file

@ -12,6 +12,8 @@
"brscan5-etc-files" "brscan5-etc-files"
"facetimehd-firmware" "facetimehd-firmware"
"slack" "slack"
"uhk-agent"
"uhk-udev-rules"
"veracrypt" "veracrypt"
"zoom" "zoom"
]; ];

View file

@ -77,6 +77,7 @@ in {
obs-studio obs-studio
scan2paperless scan2paperless
wlvncc wlvncc
uhk-agent
]; ];
programs.bash.initExtra = '' programs.bash.initExtra = ''
source ${config.age.secrets.environment-secrets.path} source ${config.age.secrets.environment-secrets.path}