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