Set empty background as default

This commit is contained in:
DashieTM 2024-07-17 23:04:51 +02:00
parent e8fa641a15
commit 062d5701cb
5 changed files with 9 additions and 4 deletions

BIN
nix/base/black.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 127 KiB

9
nix/flake.lock generated
View file

@ -175,6 +175,9 @@
}, },
"dashvim": { "dashvim": {
"inputs": { "inputs": {
"base16": [
"base16"
],
"flake-parts": "flake-parts_2", "flake-parts": "flake-parts_2",
"nixpkgs": [ "nixpkgs": [
"nixpkgs" "nixpkgs"
@ -182,11 +185,11 @@
"nixvim": "nixvim" "nixvim": "nixvim"
}, },
"locked": { "locked": {
"lastModified": 1721001253, "lastModified": 1721163124,
"narHash": "sha256-5Nfky4JhjM865jbvrueY/+fByUT8meUCHWuuwhaIUcw=", "narHash": "sha256-Ib3q42fxtCPFzLqKVWkTGGxrUFC9eGwCKTWuYCuSBBg=",
"owner": "DashieTM", "owner": "DashieTM",
"repo": "DashVim", "repo": "DashVim",
"rev": "276041dee43e85f0223b08041a842ba38c3e1ad3", "rev": "69f6406e6dd73d059a7d28f81183914704f70f9e",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -44,6 +44,7 @@
dashvim = { dashvim = {
url = "github:DashieTM/DashVim"; url = "github:DashieTM/DashVim";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
inputs.base16.follows = "base16";
}; };
}; };

View file

@ -16,5 +16,6 @@
# all others # all others
",highrr,auto,1" ",highrr,auto,1"
]; ];
colorscheme="catppuccin-mocha";
}; };
} }

View file

@ -2,7 +2,7 @@
{ {
stylix = { stylix = {
enable = true; enable = true;
image = /home/${config.conf.username}/Pictures/backgrounds/shinobu_2k.jpg; image = ../../base/black.jpg;
polarity = "dark"; polarity = "dark";
targets = { targets = {
nixvim.enable = false; nixvim.enable = false;