1
Fork 0

Backup before server rebuild

This commit is contained in:
prescientmoon 2025-01-18 23:55:49 +01:00
commit fbcdcf6cfd
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4
24 changed files with 515 additions and 404 deletions

View file

@ -1,8 +1,10 @@
# This directory contains modules which can be loaded on both nixos and home-manager!
{
imports = [ ./fonts.nix ./themes ];
imports = [
./fonts.nix
./themes
./nixpkgs.nix
];
# {{{ ad-hoc toggles
satellite.toggles.neovim-nightly.enable = false;
# }}}
satellite.toggles.neovim-nightly.enable = true;
}