restructure

Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
2025-06-17 12:45:52 +03:00
parent 02a8c645e9
commit 0bdff5ef5b
37 changed files with 167 additions and 194 deletions

View File

@ -1,10 +1,10 @@
{
imports = [
./common
./cosmic.nix
./gnome.nix
./hyprland.nix
./niri.nix
./plasma.nix
./cosmic
./gnome
./hyprland
./niri
./plasma
];
}

View File

@ -7,9 +7,6 @@
with lib; let
cfg = config.desktop.plasma;
in {
imports = [
./common/pipewire.nix
];
options = {
desktop.plasma = {
enable = mkEnableOption "enable plasma desktop";