Added desktop environments

This commit is contained in:
2025-05-08 14:46:36 +02:00
parent 1581a55e46
commit 1efa96105e
7 changed files with 71 additions and 17 deletions

View File

@@ -1,4 +1,4 @@
{ currentSystemUser, ... }:
{ currentSystemUser, currentSystemDe, ... }:
{
imports = [
./nvim
@@ -7,12 +7,13 @@
./git.nix
./kitty.nix
./zoxide.nix
] ++ (if currentSystemDe == "hyprland" then [
./hyprland.nix
./wofi.nix
./hyprlock.nix
./waybar.nix
];
] else []
);
home.username = "${currentSystemUser}";