16 lines
No EOL
321 B
Nix
Executable file
16 lines
No EOL
321 B
Nix
Executable file
{ ... }:
|
|
{
|
|
home.stateVersion = "24.05";
|
|
|
|
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
|
|
];
|
|
} |