This commit is contained in:
Niccolo Borgioli 2024-12-18 19:20:44 +01:00
parent ae6518f08b
commit 7ef9a0000d
2 changed files with 4 additions and 2 deletions

View File

@ -18,6 +18,9 @@ This can be run on any machine. Just update and then just rerun on the targets
```bash ```bash
nix flake update nix flake update
# To test
nix run home-manager -- build --flake .#root
``` ```
``` ```

View File

@ -19,8 +19,7 @@
pkgs.gnutar pkgs.gnutar
pkgs.btop pkgs.btop
#(pkgs.nerdfonts.override { fonts = [ "JetBrainsMono" ]; }) pkgs.nerd-fonts.jetbrains-mono
pkgs.nerd-fonts.jet-brains-mono
]; ];