nix-config/home/capibara.nix

6 lines
101 B
Nix

{ config, pkgs, ... }:
{
imports = [ ./nixos-common.nix ./desktop-sway ./alacritty ./theming ];
}