add cosmic, add mihomo

This commit is contained in:
EdenQwQ 2025-12-20 15:35:29 +08:00
parent 1c17d8bb87
commit 8e6d41ea30
8 changed files with 44 additions and 40 deletions

10
os/programs/cosmic.nix Normal file
View file

@ -0,0 +1,10 @@
{ pkgs, ... }:
{
services.desktopManager.cosmic.enable = true;
environment.cosmic.excludePackages = with pkgs; [
cosmic-edit
cosmic-player
cosmic-wallpapers
cosmic-store
];
}

View file

@ -4,9 +4,9 @@
./doas.nix
./niri.nix
./swhkd.nix
# ./mango.nix
./matlab.nix
./misc.nix
./tuigreet.nix
./cosmic.nix
];
}

View file

@ -1,5 +0,0 @@
{
programs = {
mango.enable = true;
};
}

View file

@ -1,3 +0,0 @@
{
programs.wayland.miracle-wm.enable = true;
}