laptop: fix cursor and add pam u2f

This commit is contained in:
Vivian 2022-09-05 14:52:11 +02:00
parent 6e43289f00
commit 3c32f4e12b
5 changed files with 32 additions and 13 deletions

View file

@ -28,7 +28,6 @@
programs.neovim = {
enable = true;
viAlias = true;
defaultEditor = true;
};
# Disable sudo prompt for `wheel` users.
@ -63,5 +62,15 @@
};
# Setup packages available everywhere
environment.systemPackages = with pkgs; [ fzf git htop ncdu rsync ripgrep zoxide ];
environment.systemPackages = with pkgs; [
fzf
git
helix
htop
ncdu
ripgrep
rsync
zoxide
];
}