From 2de115cc2336c227f2fed9a6f289e40f62e28e9a Mon Sep 17 00:00:00 2001 From: Chris Dombroski Date: Fri, 31 May 2024 20:51:33 -0400 Subject: [PATCH] Formatting --- flake.nix | 4 +-- modules/plymouth.nix | 5 ++-- systems/smolboi/configuration.nix | 42 +++++++++++++++---------------- systems/zeus/configuration.nix | 8 ++---- 4 files changed, 27 insertions(+), 32 deletions(-) diff --git a/flake.nix b/flake.nix index d3afc64..3d7197f 100644 --- a/flake.nix +++ b/flake.nix @@ -73,9 +73,9 @@ zeus = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; specialArgs = { inherit inputs; }; - modules = [ + modules = [ impermanence.nixosModules.impermanence - ./systems/zeus/configuration.nix + ./systems/zeus/configuration.nix ]; }; orangepihole = nixpkgs.lib.nixosSystem { diff --git a/modules/plymouth.nix b/modules/plymouth.nix index c89f18e..82470d9 100644 --- a/modules/plymouth.nix +++ b/modules/plymouth.nix @@ -1,8 +1,7 @@ -{ ... }: -{ +{ pkgs, ... }: { boot.plymouth = { enable = true; themePackages = with pkgs; [ adi1090x-plymouth-themes ]; theme = "owl"; }; -} \ No newline at end of file +} diff --git a/systems/smolboi/configuration.nix b/systems/smolboi/configuration.nix index 0c136a1..cd15f15 100644 --- a/systems/smolboi/configuration.nix +++ b/systems/smolboi/configuration.nix @@ -202,27 +202,27 @@ stylix = { image = "${pkgs.kdePackages.breeze}/share/wallpapers/Next/contents/images_dark/2560x1440.png"; - base16Scheme = { - #attrSet until the new yaml is supported - scheme = "Solar Flare"; - author = "Chuck Harmston (https://chuck.harmston.ch)"; - base00 = "18262F"; - base01 = "222E38"; - base02 = "586875"; - base03 = "667581"; - base04 = "85939E"; - base05 = "A6AFB8"; - base06 = "E8E9ED"; - base07 = "F5F7FA"; - base08 = "EF5253"; - base09 = "E66B2B"; - base0A = "E4B51C"; - base0B = "7CC844"; - base0C = "52CBB0"; - base0D = "33B5E1"; - base0E = "A363D5"; - base0F = "D73C9A"; - }; + base16Scheme = { + #attrSet until the new yaml is supported + scheme = "Solar Flare"; + author = "Chuck Harmston (https://chuck.harmston.ch)"; + base00 = "18262F"; + base01 = "222E38"; + base02 = "586875"; + base03 = "667581"; + base04 = "85939E"; + base05 = "A6AFB8"; + base06 = "E8E9ED"; + base07 = "F5F7FA"; + base08 = "EF5253"; + base09 = "E66B2B"; + base0A = "E4B51C"; + base0B = "7CC844"; + base0C = "52CBB0"; + base0D = "33B5E1"; + base0E = "A363D5"; + base0F = "D73C9A"; + }; fonts = { serif = { package = pkgs.noto-fonts; diff --git a/systems/zeus/configuration.nix b/systems/zeus/configuration.nix index 180c31d..7e3184e 100644 --- a/systems/zeus/configuration.nix +++ b/systems/zeus/configuration.nix @@ -275,11 +275,7 @@ ]; persistence."/persist" = { hideMounts = true; - directories = [ - "/srv/docker" - "/tmp" - "/etc/containers/networks" - ]; + directories = [ "/srv/docker" "/tmp" "/etc/containers/networks" ]; files = [ "/etc/machine-id" "/etc/adjtime" @@ -287,7 +283,7 @@ "/etc/ssh/ssh_host_rsa_key.pub" "/etc/ssh/ssh_host_ed25519_key" "/etc/ssh/ssh_host_ed25519_key.pub" - ]; + ]; }; };