Merge 'nixbook/master' into zenix/master

This commit is contained in:
tristan 2024-07-09 17:34:58 +01:00
commit 8e5db18741
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"];

View file

@ -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 = {