nix-dotfiles/home/full.nix

12 lines
91 B
Nix
Raw Normal View History

2024-06-13 14:40:34 +02:00
{ pkgs, lib, ... }:
{
imports = [
./base.nix
./code.nix
./sway.nix
];
}