Compare commits
4 commits
1332404788
...
e09bb7e513
Author | SHA1 | Date | |
---|---|---|---|
Antoine Martin | e09bb7e513 | ||
Antoine Martin | 2477807458 | ||
Antoine Martin | ae47ba3b41 | ||
Antoine Martin | abcf14ba98 |
|
@ -23,7 +23,7 @@ in {
|
|||
programs.gnupg.agent = {
|
||||
enable = true;
|
||||
enableSSHSupport = true;
|
||||
pinentryFlavor = "gnome3";
|
||||
pinentryFlavor = "qt";
|
||||
};
|
||||
|
||||
services = {
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
gnumake
|
||||
gnupg
|
||||
kakoune
|
||||
pinentry-gnome
|
||||
pinentry-qt
|
||||
python3
|
||||
vim
|
||||
# terminal utilities
|
||||
|
|
|
@ -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";};
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -79,7 +79,10 @@
|
|||
};
|
||||
|
||||
services = {
|
||||
openssh.enable = true;
|
||||
openssh = {
|
||||
enable = true;
|
||||
forwardX11 = true;
|
||||
};
|
||||
};
|
||||
my.gui = {
|
||||
enable = true;
|
||||
|
|
|
@ -25,6 +25,8 @@
|
|||
# dev
|
||||
|
||||
rustup
|
||||
gdb
|
||||
valgrind
|
||||
arandr
|
||||
;
|
||||
|
||||
|
|
Loading…
Reference in a new issue