chore: updates to fischer

This commit is contained in:
Julien Malka 2024-12-09 09:52:19 +01:00
parent fec0d6ab6c
commit 18af2d71f3
Signed by: Luj
GPG key ID: 6FC74C847011FD83
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;