Cradicle Explorer
home
Info
Issues
Patches
Wallets
Source
Source
.githooks
.github
bin
docs
nix
ops
secrets
shells
systems
hardware
hosts
modules
core
desktop
base.nix
default.nix
i3.nix
sway.nix
wayland.nix
xorg.nix
dev
editors
hardware
profiles
programs
services
shell
virtualisation
tools
users
.conner
.dir-locals.el
.envrc
.gitignore
.gitmodules
.ignore
COPYING
Makefile
README.org
flake.lock
flake.nix
secrets.nix
shell.nix
/
systems
/
modules
/
desktop
/ default.nix
default.nix
1
{
2
imports = [
3
./base.nix
4
./i3.nix
5
./sway.nix
6
./wayland.nix
7
./xorg.nix
8
];
9
}