diff --git a/nix/base/black.jpg b/nix/base/black.jpg new file mode 100644 index 0000000..730b0b6 Binary files /dev/null and b/nix/base/black.jpg differ diff --git a/nix/flake.lock b/nix/flake.lock index b10b6fe..ffb16be 100644 --- a/nix/flake.lock +++ b/nix/flake.lock @@ -175,6 +175,9 @@ }, "dashvim": { "inputs": { + "base16": [ + "base16" + ], "flake-parts": "flake-parts_2", "nixpkgs": [ "nixpkgs" @@ -182,11 +185,11 @@ "nixvim": "nixvim" }, "locked": { - "lastModified": 1721001253, - "narHash": "sha256-5Nfky4JhjM865jbvrueY/+fByUT8meUCHWuuwhaIUcw=", + "lastModified": 1721163124, + "narHash": "sha256-Ib3q42fxtCPFzLqKVWkTGGxrUFC9eGwCKTWuYCuSBBg=", "owner": "DashieTM", "repo": "DashVim", - "rev": "276041dee43e85f0223b08041a842ba38c3e1ad3", + "rev": "69f6406e6dd73d059a7d28f81183914704f70f9e", "type": "github" }, "original": { diff --git a/nix/flake.nix b/nix/flake.nix index ada2006..2793a63 100644 --- a/nix/flake.nix +++ b/nix/flake.nix @@ -44,6 +44,7 @@ dashvim = { url = "github:DashieTM/DashVim"; inputs.nixpkgs.follows = "nixpkgs"; + inputs.base16.follows = "base16"; }; }; diff --git a/nix/hardware/marmo/configuration.nix b/nix/hardware/marmo/configuration.nix index 3fbaf27..d8de5cb 100644 --- a/nix/hardware/marmo/configuration.nix +++ b/nix/hardware/marmo/configuration.nix @@ -16,5 +16,6 @@ # all others ",highrr,auto,1" ]; + colorscheme="catppuccin-mocha"; }; } diff --git a/nix/programs/themes/stylix.nix b/nix/programs/themes/stylix.nix index 7675e25..fcb04ce 100644 --- a/nix/programs/themes/stylix.nix +++ b/nix/programs/themes/stylix.nix @@ -2,7 +2,7 @@ { stylix = { enable = true; - image = /home/${config.conf.username}/Pictures/backgrounds/shinobu_2k.jpg; + image = ../../base/black.jpg; polarity = "dark"; targets = { nixvim.enable = false;