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 MaxAuthTries 20
''; '';
virtualisation.docker.enable = true;
services.zerotierone = { services.zerotierone = {
enable = true; enable = true;
joinNetworks = [ joinNetworks = [

View file

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

View file

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

View file

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