Set empty background as default
This commit is contained in:
parent
e8fa641a15
commit
062d5701cb
5 changed files with 9 additions and 4 deletions
BIN
nix/base/black.jpg
Normal file
BIN
nix/base/black.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 127 KiB |
9
nix/flake.lock
generated
9
nix/flake.lock
generated
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -44,6 +44,7 @@
|
|||
dashvim = {
|
||||
url = "github:DashieTM/DashVim";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
inputs.base16.follows = "base16";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -16,5 +16,6 @@
|
|||
# all others
|
||||
",highrr,auto,1"
|
||||
];
|
||||
colorscheme="catppuccin-mocha";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue