nixbook: update hm-cosmic module

This commit is contained in:
tristan 2024-10-23 00:02:18 +01:00
parent 83c08c6d75
commit 7322eaeb6f
4 changed files with 84 additions and 26 deletions

View file

@ -14,7 +14,7 @@
services.displayManager.cosmic-greeter.enable = true;
services.system76-scheduler.enable = true;
home-manager.users.${config.user}.imports = [
(import "${inputs.home-manager-cosmic}/modules/programs/cosmic/.")
(inputs.home-manager-cosmic.homeManagerModules.cosmic)
../../home/desktop/cosmic/.
];
}