Frogarized!
This commit is contained in:
parent
5bba711d3c
commit
c936d859c7
9 changed files with 140 additions and 19 deletions
|
@ -2,6 +2,7 @@
|
|||
{
|
||||
imports = [
|
||||
../options.nix
|
||||
../common/frogarized
|
||||
./battery.nix
|
||||
./ccc
|
||||
./common.nix
|
||||
|
|
|
@ -6,11 +6,6 @@
|
|||
initrd.systemd.enable = true;
|
||||
};
|
||||
stylix = {
|
||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/solarized-${config.stylix.polarity}.yaml";
|
||||
image = builtins.fetchurl {
|
||||
url = "https://get.wallhere.com/photo/sunlight-abstract-minimalism-green-simple-circle-light-leaf-wave-material-line-wing-computer-wallpaper-font-close-up-macro-photography-124350.png";
|
||||
sha256 = "sha256:1zfq3f3v34i45mi72pkfqphm8kbhczsg260xjfl6dbydy91d7y93";
|
||||
};
|
||||
homeManagerIntegration.autoImport = false; # Makes config reuse easier
|
||||
polarity = "dark";
|
||||
targets.plymouth.logo = pkgs.runCommand "flower.png" { } "${pkgs.inkscape}/bin/inkscape ${pkgs.substituteAll {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue