mirror of
https://github.com/kmein/niveum
synced 2026-03-28 23:31:07 +01:00
Compare commits
3 Commits
acdc09efe0
...
e5a3ce5f8d
| Author | SHA1 | Date | |
|---|---|---|---|
| e5a3ce5f8d | |||
| 63cdfef045 | |||
| 19c916b771 |
@@ -26,6 +26,7 @@ in {
|
|||||||
permittedInsecurePackages = [
|
permittedInsecurePackages = [
|
||||||
"qtwebkit-5.212.0-alpha4"
|
"qtwebkit-5.212.0-alpha4"
|
||||||
"zotero-6.0.26"
|
"zotero-6.0.26"
|
||||||
|
"electron-25.9.0"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -21,25 +21,23 @@ in {
|
|||||||
|
|
||||||
# stylix.polarity = "either";
|
# stylix.polarity = "either";
|
||||||
stylix.base16Scheme = "${pkgs.base16-schemes}/share/themes/${
|
stylix.base16Scheme = "${pkgs.base16-schemes}/share/themes/${
|
||||||
{
|
"onedark"
|
||||||
"0" = "synth-midnight-dark";
|
# synth-midnight-dark
|
||||||
"1" = "apprentice"; # https://romainl.github.io/Apprentice/
|
# apprentice # https://romainl.github.io/Apprentice/
|
||||||
"2" = "one-light";
|
# one-light
|
||||||
"3" = "onedark";
|
# onedark
|
||||||
"4" = "material"; # https://github.com/ntpeters/base16-materialtheme-scheme
|
# material # https://github.com/ntpeters/base16-materialtheme-scheme
|
||||||
"5" = "material-palenight";
|
# material-palenight
|
||||||
"6" = "material-lighter";
|
# material-lighter
|
||||||
"7" = "tomorrow"; # https://github.com/chriskempson/tomorrow-theme
|
# tomorrow # https://github.com/chriskempson/tomorrow-theme
|
||||||
"8" = "tomorrow-night";
|
# tomorrow-night
|
||||||
"9" = "gruvbox-light-medium"; # https://github.com/dawikur/base16-gruvbox-scheme
|
# gruvbox-light-medium # https://github.com/dawikur/base16-gruvbox-scheme
|
||||||
"a" = "gruvbox-dark-medium";
|
# gruvbox-dark-medium
|
||||||
"b" = "selenized-light"; # https://github.com/jan-warchol/selenized
|
# selenized-light # https://github.com/jan-warchol/selenized
|
||||||
"c" = "selenized-dark";
|
# selenized-dark
|
||||||
"d" = "papercolor-light";
|
# papercolor-light
|
||||||
"e" = "papercolor-dark";
|
# papercolor-dark
|
||||||
"f" = "dracula"; # https://draculatheme.com/
|
# dracula # https://draculatheme.com/
|
||||||
}
|
|
||||||
.${builtins.head (lib.stringToCharacters inputs.nixpkgs.rev)}
|
|
||||||
}.yaml";
|
}.yaml";
|
||||||
|
|
||||||
stylix.fonts = {
|
stylix.fonts = {
|
||||||
|
|||||||
@@ -94,7 +94,7 @@
|
|||||||
lib.attrsets.nameValuePair "deploy-${hostname}" {
|
lib.attrsets.nameValuePair "deploy-${hostname}" {
|
||||||
type = "app";
|
type = "app";
|
||||||
program = toString (pkgs.writers.writeDash "deploy-${hostname}" ''
|
program = toString (pkgs.writers.writeDash "deploy-${hostname}" ''
|
||||||
exec nixos-rebuild switch --log-format internal-json --flake .?submodules=1#${hostname} --build-host ${targets.${hostname}} --target-host ${targets.${hostname}} 2>&1 | ${pkgs.nix-output-monitor}/bin/nom --json
|
exec ${pkgs.nixos-rebuild}/bin/nixos-rebuild switch --max-jobs 2 --log-format internal-json --flake .?submodules=1#${hostname} --build-host ${targets.${hostname}} --target-host ${targets.${hostname}} 2>&1 | ${pkgs.nix-output-monitor}/bin/nom --json
|
||||||
'');
|
'');
|
||||||
}) (builtins.attrNames self.nixosConfigurations));
|
}) (builtins.attrNames self.nixosConfigurations));
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user