diff options
| author | aethrvmn <me@aethrvmn.gr> | 2025-09-14 13:37:51 +0000 |
|---|---|---|
| committer | aethrvmn <me@aethrvmn.gr> | 2025-09-14 13:38:31 +0000 |
| commit | 5b0aa880f37f50884bbad83da1bf3c2da30e250c (patch) | |
| tree | d526da51beccacd4d1462e758bd12bae7f8bb246 | |
| parent | removed waybar reference from hm (diff) | |
moved to cosmic
Diffstat (limited to '')
| -rw-r--r-- | modules/client/cosmic/default.nix | 16 | ||||
| -rw-r--r-- | modules/client/default.nix | 6 |
2 files changed, 20 insertions, 2 deletions
diff --git a/modules/client/cosmic/default.nix b/modules/client/cosmic/default.nix new file mode 100644 index 0000000..ed265a5 --- /dev/null +++ b/modules/client/cosmic/default.nix @@ -0,0 +1,16 @@ +{ + services = { + displayManager.cosmic-greeter = { + enable = true; + }; + + desktopManager.cosmic = { + enable = true; + }; + }; + + # To exclude packages + # environment.cosmic.excludePackages = with pkgs; [ + # ... + # ]; +} diff --git a/modules/client/default.nix b/modules/client/default.nix index 0f189b1..4912d04 100644 --- a/modules/client/default.nix +++ b/modules/client/default.nix @@ -1,8 +1,10 @@ { imports = [ ./1password + ./cosmic ./flatpak - ./labwc - ./thunar + # ./labwc + # ./thunar + # ./waybar ]; } |
