gnome: improve gnome experience

This commit is contained in:
Leonardo Eugênio 2023-11-27 15:45:03 -03:00
parent 804e8b50f5
commit 82db6d783d
4 changed files with 20 additions and 2 deletions

View file

@ -16,6 +16,10 @@
};
};
};
home.packages = with pkgs; [ wpass _gpg-unlock ];
home.packages = with pkgs; [
wpass
_gpg-unlock
qtpass
];
};
}