chore: updates to fischer

This commit is contained in:
Luj 2024-12-09 09:52:19 +01:00
parent aae53a271d
commit e6ea1aea20
4 changed files with 9 additions and 1 deletions

View file

@ -157,6 +157,8 @@
MaxAuthTries 20
'';
virtualisation.docker.enable = true;
services.zerotierone = {
enable = true;
joinNetworks = [

View file

@ -68,8 +68,13 @@
scli
emacsPackages.jinx
hunspellDicts.en_US
hunspellDicts.fr-moderne
texlive.combined.scheme-full
hledger
emacs-lsp-booster
pkgs.stable.pyright
unstable.nixd
unstable.nixfmt-rfc-style
];
fonts.fontconfig.enable = true;

View file

@ -49,7 +49,7 @@
environment.systemPackages = with pkgs; [
neovim
attic-client
#attic-client
kitty
tailscale
step-cli

View file

@ -14,6 +14,7 @@
"pipewire"
"dialout"
"video"
"docker"
];
shell = pkgs.fish;
hashedPasswordFile = config.age.secrets.julien-password.path;