mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-24 04:40:53 +01:00
chore: updates to fischer
This commit is contained in:
parent
fec0d6ab6c
commit
18af2d71f3
4 changed files with 9 additions and 1 deletions
|
@ -157,6 +157,8 @@
|
|||
MaxAuthTries 20
|
||||
'';
|
||||
|
||||
virtualisation.docker.enable = true;
|
||||
|
||||
services.zerotierone = {
|
||||
enable = true;
|
||||
joinNetworks = [
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -49,7 +49,7 @@
|
|||
|
||||
environment.systemPackages = with pkgs; [
|
||||
neovim
|
||||
attic-client
|
||||
#attic-client
|
||||
kitty
|
||||
tailscale
|
||||
step-cli
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
"pipewire"
|
||||
"dialout"
|
||||
"video"
|
||||
"docker"
|
||||
];
|
||||
shell = pkgs.fish;
|
||||
hashedPasswordFile = config.age.secrets.julien-password.path;
|
||||
|
|
Loading…
Add table
Reference in a new issue