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": {
"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": {

View file

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

View file

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

View file

@ -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;