blob: e4ce2ec6f429da0ee4485f96cdea1fd1854450fb (
plain) (
blame)
1
2
3
4
5
6
7
8
|
{ self, ... }: {
imports = [
"${self}/home/profiles/home.nix"
"${self}/home/profiles/workstation.nix"
"${self}/home/profiles/sway.nix"
"${self}/home/profiles/matrix.nix"
];
}
|