nix-dotfiles/home/full.nix

12 lines
91 B
Nix

{ pkgs, lib, ... }:
{
imports = [
./base.nix
./code.nix
./sway.nix
];
}