nixbook: update, add cosmic vm

This commit is contained in:
Tristan 2024-07-09 17:34:29 +01:00
parent c98d05bc0a
commit 7ff460508b
7 changed files with 165 additions and 52 deletions

View file

@ -19,6 +19,16 @@ in {
};
};
# breaks some work projects ):<
networking.stevenblack.enable = false;
nixpkgs.overlays = [ (import ../../lib/cypress.nix) ];
environment.variables = {
CYPRESS_INSTALL_BINARY=0;
CYPRESS_RUN_BINARY="${pkgs.cypress}/bin/Cypress";
};
services.onedrive.enable = true;
users.users.${user}.extraGroups = ["docker"];