29 lines
358 B
Nix
29 lines
358 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
../common/frogarized
|
|
../options.nix
|
|
./accounts
|
|
./brightness
|
|
./common.nix
|
|
./desktop
|
|
./dev
|
|
./extra.nix
|
|
./gaming
|
|
./git
|
|
./gpg
|
|
./homealone.nix
|
|
./monitoring
|
|
./nix
|
|
./pager
|
|
./password
|
|
./prompt
|
|
./rebuild
|
|
./shell
|
|
./ssh.nix
|
|
./theme
|
|
./tmux
|
|
./vim
|
|
];
|
|
}
|