This commit is contained in:
iofq 2024-09-04 23:32:01 -05:00
parent ed0ed3c985
commit d80fd6c243
5 changed files with 30 additions and 15 deletions

View file

@ -1,7 +1,4 @@
{pkgs, ...}: {
home.packages = with pkgs; [
twofa
];
_: {
programs.gpg = {
enable = true;
settings = {

View file

@ -1,5 +1,5 @@
{pkgs, ...}: {
home.packages = with pkgs; [
home.packages = with pkgs.unstable; [
nvim-pkg
];
}

View file

@ -22,7 +22,7 @@
"exit"
];
shellAliases = {
la = "eza -lahrt";
la = "eza -lahr";
ll = "la";
":q" = "exit";
mpv = "mpv --no-keepaspect-window";