Update inputs
This commit is contained in:
parent
48a3f42b30
commit
f39b5f76b1
9 changed files with 136 additions and 109 deletions
|
|
@ -27,18 +27,23 @@ in
|
|||
corefonts # Microsoft free fonts
|
||||
noto-fonts-emoji
|
||||
meslo-lg
|
||||
(nerdfonts.override {
|
||||
fonts = [
|
||||
"Meslo"
|
||||
"NerdFontsSymbolsOnly"
|
||||
];
|
||||
})
|
||||
pkgs.nerd-fonts.meslo-lg
|
||||
pkgs.nerd-fonts.symbols-only
|
||||
];
|
||||
fontconfig.defaultFonts = {
|
||||
monospace = [ "MesloLGS Nerd Font Mono" ];
|
||||
};
|
||||
};
|
||||
|
||||
security.pam.loginLimits = [
|
||||
{
|
||||
domain = "*";
|
||||
item = "nofile";
|
||||
type = "-";
|
||||
value = "65536";
|
||||
}
|
||||
];
|
||||
|
||||
programs.adb.enable = true;
|
||||
|
||||
programs.ssh.startAgent = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue