nix
This commit is contained in:
parent
7b70cfa70e
commit
2cd1b2aa00
@ -14,11 +14,20 @@
|
||||
];
|
||||
};
|
||||
};
|
||||
programs.thunar.enable = true;
|
||||
programs.gnupg.agent = {
|
||||
enable = true;
|
||||
pinentryFlavor = "curses";
|
||||
enableSSHSupport = true;
|
||||
};
|
||||
boot.binfmt.registrations.appimage = {
|
||||
wrapInterpreterInShell = false;
|
||||
interpreter = "${pkgs.appimage-run}/bin/appimage-run";
|
||||
recognitionType = "magic";
|
||||
offset = 0;
|
||||
mask = ''\xff\xff\xff\xff\x00\x00\x00\x00\xff\xff\xff'';
|
||||
magicOrExtension = ''\x7fELF....AI\x02'';
|
||||
};
|
||||
environment.systemPackages = with pkgs; [
|
||||
xdg-utils
|
||||
pass
|
||||
@ -42,6 +51,7 @@
|
||||
wget
|
||||
v4l-utils
|
||||
nmap
|
||||
wineWowPackages.stable
|
||||
|
||||
];
|
||||
systemd = {
|
||||
|
@ -17,6 +17,7 @@
|
||||
];
|
||||
userSettings = {
|
||||
"window.titleBarStyle" = "custom";
|
||||
"editor.formatOnSave" = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
@ -11,7 +11,7 @@
|
||||
dresden = "/home/mbeno/.ssh/dresden.sh";
|
||||
d = "dresden";
|
||||
};
|
||||
|
||||
|
||||
initExtra = ''
|
||||
bindkey -v
|
||||
bindkey '^R' history-incremental-search-backward
|
||||
@ -20,6 +20,7 @@
|
||||
autoload -Uz promptinit
|
||||
promptinit
|
||||
prompt agnoster
|
||||
source ~/.config/source/tsd-artifacts
|
||||
'';
|
||||
zplug = {
|
||||
enable = true;
|
||||
|
Loading…
Reference in New Issue
Block a user