Compare commits

...

2 Commits

Author SHA1 Message Date
e81d13a51d add all-the-icons fonts for emacs 2024-07-18 12:32:55 -08:00
4dc6708c3a add fingerprint 2024-07-18 12:32:55 -08:00
2 changed files with 10 additions and 0 deletions

View File

@ -96,6 +96,7 @@
# List packages installed in system profile. To search, run: # List packages installed in system profile. To search, run:
# $ nix search wget # $ nix search wget
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
pkgs.fprintd
wget wget
vim vim
emacs29-pgtk emacs29-pgtk
@ -154,6 +155,14 @@ guix
# enableSSHSupport = true; # enableSSHSupport = true;
# }; # };
services.fprintd.enable = true;
# services.fprintd.tod.enable = true;
# services.fprintd.tod.driver = pkgs.libfprint-2-tod1-vfs0090; # (If the vfs0090 Driver does not work, use the following driver)
# services.fprintd.tod.driver = pkgs.libfprint-2-tod1-goodix; # (On my device it only worked with this driver)
# List services that you want to enable: # List services that you want to enable:
# Enable the OpenSSH daemon. # Enable the OpenSSH daemon.

View File

@ -14,6 +14,7 @@ with lib.hm.gvariant;
home.username = "mir"; home.username = "mir";
home.homeDirectory = "/home/mir"; home.homeDirectory = "/home/mir";
home.packages = [ home.packages = [
pkgs.emacs-all-the-icons-fonts
pkgs.btop pkgs.btop
pkgs.killall pkgs.killall
pkgs.gdb pkgs.gdb