mirror of
https://github.com/Jokiller230/puzzlevision.git
synced 2025-01-31 08:13:06 +01:00
Jo
339bd28d1d
feat: added new ssh configuration modules for home-manager feat: add user work with configurations for my work environment feat: added gaming user with configuration for my gaming enviornment eg. lutris and steam Signed-off-by: Jo <johannesreckers2006@gmail.com>
11 lines
No EOL
159 B
Nix
11 lines
No EOL
159 B
Nix
{
|
|
themes = {
|
|
gruvbox = {
|
|
plasma = import ./themes/gruvbox/plasma.nix;
|
|
};
|
|
};
|
|
|
|
development = {
|
|
ssh = import ./development/ssh.nix;
|
|
};
|
|
} |