dotfiles/modules/config/default.nix

17 lines
148 B
Nix
Raw Normal View History

2022-07-15 13:11:54 +02:00
{ config
, lib
, pkgs
, ...
}:
{
imports = [
./bin
2022-08-31 17:34:11 +02:00
./nix.nix
./shell.nix
./theming
2022-07-15 13:11:54 +02:00
./wallpapers.nix
2022-08-31 17:34:11 +02:00
./yubikey.nix
2022-07-15 13:11:54 +02:00
];
}