Skip to content

Commit

Permalink
feat: init cosmic DE module
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelsgirao committed Oct 30, 2024
1 parent 099e537 commit f616dd6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions hosts/sazed/machine.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ in
../../modules/workstation/chromium.nix
../../modules/workstation/firefox.nix
../../modules/workstation/default.nix
../../modules/workstation/cosmic.nix
../../modules/workstation/gnome.nix
../../modules/workstation/flatpak.nix
../../modules/workstation/nextcloud-client.nix
Expand Down
3 changes: 3 additions & 0 deletions hosts/vin/machine.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
../../modules/workstation/chromium.nix
../../modules/workstation/firefox.nix
../../modules/workstation/default.nix
../../modules/workstation/cosmic.nix
../../modules/workstation/gnome.nix
../../modules/workstation/flatpak.nix
../../modules/workstation/nextcloud-client.nix
Expand Down Expand Up @@ -50,6 +51,8 @@
resetRootFs = true;
};

services.mullvad-vpn.enable = true;
hardware.flipperzero.enable = true;
environment.persistence."/state" = {
# directories = [ ];
users.rg = {
Expand Down
7 changes: 7 additions & 0 deletions modules/workstation/cosmic.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
_: {
services.desktopManager.cosmic.enable = true;
# Disable cosmic-greeter ; continue using GDM
# services.displayManager.cosmic-greeter.enable = true;
environment.sessionVariables.COSMIC_DATA_CONTROL_ENABLED = 1;

}

0 comments on commit f616dd6

Please sign in to comment.