From c4f6031ab1c4040f77419b3cf07c92032732725e Mon Sep 17 00:00:00 2001 From: KaitoTLex Date: Wed, 9 Oct 2024 21:53:46 -0700 Subject: [PATCH] ohno --- hosts/kuroko/configuration.nix | 1 + users/kaitotlex/home.nix | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/hosts/kuroko/configuration.nix b/hosts/kuroko/configuration.nix index ca99149..edd626a 100644 --- a/hosts/kuroko/configuration.nix +++ b/hosts/kuroko/configuration.nix @@ -17,6 +17,7 @@ virtualisation.waydroid.enable = true; boot.kernelPackages = pkgs.linuxPackages_xanmod; networking.hostName = "kuroko"; # Define your hostname. + services.ratbagd.enable = true; #Nvidia Hardware begins hardware.nvidia = { diff --git a/users/kaitotlex/home.nix b/users/kaitotlex/home.nix index 4199a49..0e1597f 100644 --- a/users/kaitotlex/home.nix +++ b/users/kaitotlex/home.nix @@ -35,11 +35,14 @@ thunderbird rustc cargo - + yubikey-manager + libratbag pamixer sl + piper + nwg-displays dolphin xfce.thunar @@ -155,6 +158,7 @@ brightnessctl ]; + programs.rofi = { enable = true; cycle = true;