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"];
|
||||
|
|
|
|||
|
|
@ -1,13 +1,15 @@
|
|||
{
|
||||
inputs,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
inputs.stylix.nixosModules.stylix
|
||||
inputs.nixos-cosmic.nixosModules.default
|
||||
];
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"electron-25.9.0"
|
||||
"electron-27.3.11"
|
||||
];
|
||||
|
||||
programs.hyprland = {
|
||||
|
|
@ -63,11 +65,12 @@
|
|||
virtualisation.waydroid.enable = true;
|
||||
|
||||
networking.stevenblack = {
|
||||
enable = true;
|
||||
enable = lib.mkDefault true;
|
||||
block = ["porn" "gambling"];
|
||||
};
|
||||
|
||||
stylix = {
|
||||
enable = true;
|
||||
image = ../images/nix-soft.png;
|
||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/onedark.yaml";
|
||||
opacity = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue