nix-da/modules/default.nix
Nydragon d89eb790b1
init: flakeify the majority of my config
Remaining point of focus is making the sway config working properly
2024-05-13 15:34:22 +09:00

3 lines
108 B
Nix

{ pkgs, config, lib, ... }: {
imports = [ ./locale.nix ./networking.nix ./nix ./programs/firefox.nix ];
}