laptop: fix cursor and add pam u2f
This commit is contained in:
parent
6e43289f00
commit
3c32f4e12b
5 changed files with 32 additions and 13 deletions
|
@ -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
|
||||
];
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue