framework: update to 25.05, switch to COSMIC DE

This commit is contained in:
tristan 2025-05-23 10:13:30 +01:00
parent acf41f34a5
commit 31eff1409f
9 changed files with 144 additions and 351 deletions

View file

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