19 lines
No EOL
418 B
Nix
Executable file
19 lines
No EOL
418 B
Nix
Executable file
{ ... }:
|
|
{
|
|
home.stateVersion = "24.05";
|
|
home.username = "ty";
|
|
home.homeDirectory = "/home/ty";
|
|
|
|
imports = [
|
|
./modules/packages.nix
|
|
./modules/plasma.nix
|
|
./modules/vcs
|
|
./modules/firefox.nix
|
|
./modules/thunderbird.nix
|
|
./modules/accounts
|
|
./modules/gpg.nix
|
|
./modules/shell
|
|
./modules/vscode.nix
|
|
./modules/desktop.nix
|
|
];
|
|
} |