mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 17:17:22 +01:00
12 lines
344 B
Nix
12 lines
344 B
Nix
{
|
|
laptop = import ./laptop.nix;
|
|
hardware = import ./hardware.nix;
|
|
monitors = import ./monitors.nix;
|
|
input = import ./input.nix;
|
|
nixos = import ./nixos.nix;
|
|
darwin = import ./darwin.nix;
|
|
waybar = import ./waybar.nix;
|
|
startup = import ./startup.nix;
|
|
wallpaper = import ./wallpaper.nix;
|
|
filesystem = import ./filesystem.nix;
|
|
}
|