mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-25 21:30:52 +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
|
MaxAuthTries 20
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
virtualisation.docker.enable = true;
|
||||||
|
|
||||||
services.zerotierone = {
|
services.zerotierone = {
|
||||||
enable = true;
|
enable = true;
|
||||||
joinNetworks = [
|
joinNetworks = [
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue