Compare commits

..

No commits in common. "e81d13a51dc497c88aa23874ade179a731b1e383" and "a6e0a086658b8d6954fd9da41438c9b07ec555a9" have entirely different histories.

2 changed files with 0 additions and 10 deletions

View File

@ -96,7 +96,6 @@
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [
pkgs.fprintd
wget
vim
emacs29-pgtk
@ -155,14 +154,6 @@ guix
# 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:
# Enable the OpenSSH daemon.

View File

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