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;
|
||||
boot.kernelPackages = pkgs.linuxPackages_xanmod;
|
||||
networking.hostName = "kuroko"; # Define your hostname.
|
||||
services.ratbagd.enable = true;
|
||||
|
||||
#Nvidia Hardware begins
|
||||
hardware.nvidia = {
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue