Compare commits

...

4 commits

6 changed files with 19 additions and 4 deletions

View file

@ -23,7 +23,7 @@ in {
programs.gnupg.agent = {
enable = true;
enableSSHSupport = true;
pinentryFlavor = "gnome3";
pinentryFlavor = "qt";
};
services = {

View file

@ -40,7 +40,7 @@
gnumake
gnupg
kakoune
pinentry-gnome
pinentry-qt
python3
vim
# terminal utilities

View file

@ -22,6 +22,16 @@ in {
programs.fish = {
enable = true;
shellAliases = {
"bt" = "bluetoothctl";
};
shellAbbrs = {
"bton" = "bluetoothctl power on";
"btoff" = "bluetoothctl power off";
"btcon" = "bluetoothctl connect";
"btdis" = "bluetoothctl disconnect";
"btinfo" = "bluetoothctl info";
};
};
xdg.configFile."fish/functions" = {source = ./. + "/functions";};

View file

@ -22,7 +22,7 @@ in {
email = "antoine@alarsyo.net";
base_url = "https://pass.alarsyo.net";
lock_timeout = 60 * 60 * 12;
pinentry = pkgs.pinentry-gnome;
pinentry = pkgs.pinentry-qt;
};
};

View file

@ -79,7 +79,10 @@
};
services = {
openssh.enable = true;
openssh = {
enable = true;
forwardX11 = true;
};
};
my.gui = {
enable = true;

View file

@ -25,6 +25,8 @@
# dev
rustup
gdb
valgrind
arandr
;