ohno
This commit is contained in:
parent
39c2404801
commit
c4f6031ab1
2 changed files with 6 additions and 1 deletions
|
@ -17,6 +17,7 @@
|
||||||
virtualisation.waydroid.enable = true;
|
virtualisation.waydroid.enable = true;
|
||||||
boot.kernelPackages = pkgs.linuxPackages_xanmod;
|
boot.kernelPackages = pkgs.linuxPackages_xanmod;
|
||||||
networking.hostName = "kuroko"; # Define your hostname.
|
networking.hostName = "kuroko"; # Define your hostname.
|
||||||
|
services.ratbagd.enable = true;
|
||||||
|
|
||||||
#Nvidia Hardware begins
|
#Nvidia Hardware begins
|
||||||
hardware.nvidia = {
|
hardware.nvidia = {
|
||||||
|
|
|
@ -35,11 +35,14 @@
|
||||||
thunderbird
|
thunderbird
|
||||||
rustc
|
rustc
|
||||||
cargo
|
cargo
|
||||||
|
yubikey-manager
|
||||||
|
libratbag
|
||||||
pamixer
|
pamixer
|
||||||
|
|
||||||
sl
|
sl
|
||||||
|
|
||||||
|
piper
|
||||||
|
nwg-displays
|
||||||
dolphin
|
dolphin
|
||||||
xfce.thunar
|
xfce.thunar
|
||||||
|
|
||||||
|
@ -155,6 +158,7 @@
|
||||||
|
|
||||||
brightnessctl
|
brightnessctl
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.rofi = {
|
programs.rofi = {
|
||||||
enable = true;
|
enable = true;
|
||||||
cycle = true;
|
cycle = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue