mirror of
https://github.com/Jokiller230/puzzlevision.git
synced 2025-10-11 20:10:04 +00:00
[general] add work and gaming user, tweak configs
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>
This commit is contained in:
parent
75e635ad4b
commit
339bd28d1d
14 changed files with 280 additions and 58 deletions
11
modules/home-manager/default.nix
Normal file
11
modules/home-manager/default.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
themes = {
|
||||
gruvbox = {
|
||||
plasma = import ./themes/gruvbox/plasma.nix;
|
||||
};
|
||||
};
|
||||
|
||||
development = {
|
||||
ssh = import ./development/ssh.nix;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue