mirror of
https://github.com/EdenQwQ/nixos.git
synced 2025-12-26 18:34:56 +08:00
add cosmic, add mihomo
This commit is contained in:
parent
1c17d8bb87
commit
8e6d41ea30
8 changed files with 44 additions and 40 deletions
10
os/programs/cosmic.nix
Normal file
10
os/programs/cosmic.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
services.desktopManager.cosmic.enable = true;
|
||||
environment.cosmic.excludePackages = with pkgs; [
|
||||
cosmic-edit
|
||||
cosmic-player
|
||||
cosmic-wallpapers
|
||||
cosmic-store
|
||||
];
|
||||
}
|
||||
|
|
@ -4,9 +4,9 @@
|
|||
./doas.nix
|
||||
./niri.nix
|
||||
./swhkd.nix
|
||||
# ./mango.nix
|
||||
./matlab.nix
|
||||
./misc.nix
|
||||
./tuigreet.nix
|
||||
./cosmic.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
programs = {
|
||||
mango.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
{
|
||||
programs.wayland.miracle-wm.enable = true;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue