Compare commits

...

4 commits

6 changed files with 19 additions and 4 deletions

View file

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

View file

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

View file

@ -22,6 +22,16 @@ in {
programs.fish = { programs.fish = {
enable = true; 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";}; xdg.configFile."fish/functions" = {source = ./. + "/functions";};

View file

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

View file

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

View file

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