Updated Shiroko Kernel
This commit is contained in:
parent
eac588ae5f
commit
458327b065
2 changed files with 5 additions and 12 deletions
|
@ -4,7 +4,6 @@
|
||||||
{
|
{
|
||||||
config,
|
config,
|
||||||
pkgs,
|
pkgs,
|
||||||
lib,
|
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
{
|
{
|
||||||
|
@ -14,15 +13,12 @@
|
||||||
];
|
];
|
||||||
services.fprintd.enable = true;
|
services.fprintd.enable = true;
|
||||||
security.pam.services.login.fprintAuth = true;
|
security.pam.services.login.fprintAuth = true;
|
||||||
#hardware.bluetooth.setting = {
|
|
||||||
#General = {
|
|
||||||
# ClassicBondedOnly = false;
|
|
||||||
# };
|
|
||||||
#};
|
|
||||||
hardware = {
|
hardware = {
|
||||||
graphics.enable32Bit = true;
|
graphics.enable32Bit = true;
|
||||||
pulseaudio.support32Bit = true;
|
pulseaudio.support32Bit = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
# initrd.luks.fido2Support = true;
|
# initrd.luks.fido2Support = true;
|
||||||
# Bootloader.
|
# Bootloader.
|
||||||
|
@ -46,6 +42,9 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
virtualisation.waydroid.enable = true;
|
virtualisation.waydroid.enable = true;
|
||||||
|
|
||||||
|
boot.kernelPackages = pkgs.linuxPackages_zen;
|
||||||
|
|
||||||
networking.hostName = "shiroko"; # Define your hostname.
|
networking.hostName = "shiroko"; # Define your hostname.
|
||||||
|
|
||||||
services.printing.enable = true;
|
services.printing.enable = true;
|
||||||
|
|
|
@ -22,19 +22,13 @@
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
# here is some command line tools I use frequently
|
# here is some command line tools I use frequently
|
||||||
# feel free to add your own or remove some of them
|
# feel free to add your own or remove some of them
|
||||||
#davinci-resolve
|
|
||||||
libreoffice
|
libreoffice
|
||||||
rasm
|
rasm
|
||||||
arduino-language-server
|
arduino-language-server
|
||||||
#betterbird-unwrapped
|
|
||||||
osu-lazer
|
|
||||||
geoclue2
|
geoclue2
|
||||||
lua
|
lua
|
||||||
tetrio-desktop
|
tetrio-desktop
|
||||||
osu-lazer
|
|
||||||
#tetrio-plus
|
|
||||||
prismlauncher
|
prismlauncher
|
||||||
#minecraft
|
|
||||||
asciiquarium-transparent
|
asciiquarium-transparent
|
||||||
fortune
|
fortune
|
||||||
cowsay
|
cowsay
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue