forked from colonelpanic/dotfiles
12 lines
151 B
Nix
12 lines
151 B
Nix
|
{ pkgs, ... }:
|
||
|
{
|
||
|
imports = [
|
||
|
./base.nix
|
||
|
./code.nix
|
||
|
./desktop.nix
|
||
|
./internet-computer.nix
|
||
|
./syncthing.nix
|
||
|
./xmonad.nix
|
||
|
];
|
||
|
}
|