COSMIC: Difference between revisions

Matthew (talk | contribs)
m Optimization: Minor edit
Remove link to nixos-cosmic flake. Hasn't been maintained in a year and fails to build.
 
(One intermediate revision by one other user not shown)
Line 21: Line 21:
   };
   };
}
}
</syntaxhighlight>Alternatively, there is a [https://github.com/lilyinstarlight/nixos-cosmic flake] to setup COSMIC on NixOS.
</syntaxhighlight>


=== Excluding COSMIC applications ===
=== Excluding COSMIC applications ===
Line 28: Line 28:


{{file|/etc/nixos/configuration.nix|nix|<nowiki>
{{file|/etc/nixos/configuration.nix|nix|<nowiki>
  environment.cosmic.excludePackages = with pkgs; [
environment.cosmic.excludePackages = with pkgs; [
    cosmic-edit
  cosmic-edit
  ];
];
</nowiki>}}
</nowiki>}}