tangled
alpha
login
or
join now
sapphic.moe
/
flake
❄️ Dotfiles for our NixOS system configuration.
0
fork
atom
overview
issues
pulls
pipelines
flake
/
modules
/
nixos
/
boot
/
default.nix
at
master
95 B
view raw
1
{
2
imports
=
[
3
./loader.nix
4
./common.nix
5
./grub.nix
6
./systemd-boot.nix
7
]
;
8
}