2025-01-02 15:21 : id 82

This commit is contained in:
deadvey 2025-01-02 15:21:53 +00:00
parent d91070099f
commit 3b2794ea5a

View File

@ -415,9 +415,6 @@ in
set clipboard=unnamedplus
set relativenumber
'';
plugins = with pkgs.vimPlugins; [
chadtree
];
};
bash = {
enable = true;
@ -481,14 +478,14 @@ in
background = [
{
path = "screenshot";
blur_passes = 4;
blur_size = 7;
blur_passes = 2;
blur_size = 10;
}
];
image = [
{
path = "/home/deadvey/pictures/pfp.png";
path = "$HOME/pictures/pfp.png";
size = 220;
rounding = -1;
border_size = 2;