please
This commit is contained in:
parent
d9a8fee795
commit
00846c059f
2 changed files with 4 additions and 0 deletions
|
@ -19,8 +19,10 @@
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
virtualisation.waydroid.enable = true;
|
virtualisation.waydroid.enable = true;
|
||||||
networking.hostName = "shiroko"; # Define your hostname.
|
networking.hostName = "shiroko"; # Define your hostname.
|
||||||
|
security.pam.yubico.enable = true;
|
||||||
|
|
||||||
services.fprintd.enable = true;
|
services.fprintd.enable = true;
|
||||||
|
security.pam.services.login.fprintAuth = true;
|
||||||
services.desktopManager.plasma6.enable = false;
|
services.desktopManager.plasma6.enable = false;
|
||||||
|
|
||||||
# Configure network proxy if necessary
|
# Configure network proxy if necessary
|
||||||
|
|
|
@ -22,6 +22,8 @@
|
||||||
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
|
||||||
|
|
||||||
|
yubikey-personalization
|
||||||
typst-live
|
typst-live
|
||||||
typst
|
typst
|
||||||
tmux
|
tmux
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue