mirror of
https://github.com/Superredstone/nixos.git
synced 2026-03-07 20:28:08 +01:00
Added desktop environments
This commit is contained in:
@@ -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}";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user