Change keepass to cli
This commit is contained in:
parent
f72f5fcf85
commit
dd77a044a1
1 changed files with 3 additions and 3 deletions
|
@ -15,9 +15,9 @@ in
|
||||||
};
|
};
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
wirelesstools ranger xpdf apvlv unstable.xidlehook blueman
|
wirelesstools ranger xpdf apvlv unstable.xidlehook blueman
|
||||||
keepass fontconfig nodejs rustup gcc gdb
|
fontconfig nodejs rustup gcc gdb
|
||||||
binutils xclip pkgconfig veracrypt gitAndTools.diff-so-fancy
|
binutils xclip pkgconfig veracrypt gitAndTools.diff-so-fancy
|
||||||
openjdk gimp restic glxinfo discord
|
openjdk gimp restic glxinfo discord ghc
|
||||||
unstable.notable jq awscli evince signal-desktop
|
unstable.notable jq awscli evince signal-desktop
|
||||||
nodejs-10_x hugo mercurial terraform libreoffice
|
nodejs-10_x hugo mercurial terraform libreoffice
|
||||||
unzip tor-browser-bundle-bin aria vlc
|
unzip tor-browser-bundle-bin aria vlc
|
||||||
|
@ -25,7 +25,7 @@ in
|
||||||
(wine.override { wineBuild = "wineWow"; }) winetricks
|
(wine.override { wineBuild = "wineWow"; }) winetricks
|
||||||
yubico-piv-tool yubikey-personalization yubikey-personalization-gui yubikey-manager-qt
|
yubico-piv-tool yubikey-personalization yubikey-personalization-gui yubikey-manager-qt
|
||||||
mono calcurse calibre fbreader file python37Packages.binwalk-full
|
mono calcurse calibre fbreader file python37Packages.binwalk-full
|
||||||
slack discord obs-studio
|
slack discord obs-studio kpcli
|
||||||
];
|
];
|
||||||
home.sessionVariables = {
|
home.sessionVariables = {
|
||||||
TERMINAL="alacritty";
|
TERMINAL="alacritty";
|
||||||
|
|
Loading…
Reference in a new issue