[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:
Jo 2024-05-20 18:08:16 +02:00
parent 75e635ad4b
commit 339bd28d1d
14 changed files with 280 additions and 58 deletions

View file

@ -0,0 +1,7 @@
{
desktop = {
kde = import ./desktop/kde.nix;
gnome = import ./desktop/gnome.nix;
cosmic = import ./desktop/cosmic.nix;
};
}

View file

@ -17,9 +17,8 @@
# Enable KDE-Connect
programs.kdeconnect.enable = true;
# On-screen keyboard and automatic screen rotation dependencies
# On-screen keyboard dependency
environment.systemPackages = with pkgs; [
maliit-keyboard
iio-sensor-proxy
];
}