zenix: remove usbkey, add cosmic-manager

This commit is contained in:
tristan 2025-06-21 12:01:48 +01:00
parent cbe883dcc6
commit 96c92c7838
6 changed files with 165 additions and 146 deletions

View file

@ -3,18 +3,6 @@
config,
...
}: {
# imports = [
# inputs.nixos-cosmic.nixosModules.default
# ];
# nix.settings = {
# substituters = ["https://cosmic.cachix.org/"];
# trusted-public-keys = ["cosmic.cachix.org-1:Dya9IyXD4xdBehWjrkPv6rtxpmMdRel02smYzA85dPE="];
# };
services.desktopManager.cosmic.enable = true;
services.displayManager.cosmic-greeter.enable = true;
# services.system76-scheduler.enable = true;
# home-manager.users.${config.user}.imports = [
# (inputs.hm-cosmic.homeManagerModules.cosmic)
# ../../home/desktop/cosmic/.
# ];
}