nixbook: update, add cosmic vm
This commit is contained in:
parent
c98d05bc0a
commit
7ff460508b
7 changed files with 165 additions and 52 deletions
|
|
@ -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"];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue