a lot of work on visuals, overhauled waybar config

This commit is contained in:
pagedmov
2024-10-20 02:18:28 -04:00
parent 740c27ba86
commit 5a1f391af2
11 changed files with 267 additions and 160 deletions

View File

@@ -41,12 +41,33 @@
} @ inputs: let
system = "x86_64-linux";
username = "pagedmov";
wallpaper = "${self}/media/wallpapers/cabin-2.jpg";
# Base 16 scheme for system colors
scheme = {
"base00" = "151515";
"base01" = "202020";
"base02" = "303030";
"base03" = "505050";
"base04" = "b0b0b0";
"base05" = "d0d0d0";
"base06" = "e0e0e0";
"base07" = "f5f5f5";
"base08" = "fb9fb1";
"base09" = "eda987";
"base0A" = "ddb26f";
"base0B" = "acc267";
"base0C" = "12cfc0";
"base0D" = "6fc2ef";
"base0E" = "e1a3ee";
"base0F" = "deaf8f";
};
in {
nixosConfigurations = {
oganesson = nixpkgs.lib.nixosSystem {
specialArgs = {
host = "oganesson";
inherit self inputs username;
inherit self inputs scheme wallpaper username;
};
inherit system;
modules = [