2025-01-02 15:21 : id 82
This commit is contained in:
parent
d91070099f
commit
3b2794ea5a
@ -415,9 +415,6 @@ in
|
|||||||
set clipboard=unnamedplus
|
set clipboard=unnamedplus
|
||||||
set relativenumber
|
set relativenumber
|
||||||
'';
|
'';
|
||||||
plugins = with pkgs.vimPlugins; [
|
|
||||||
chadtree
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
bash = {
|
bash = {
|
||||||
enable = true;
|
enable = true;
|
||||||
@ -481,14 +478,14 @@ in
|
|||||||
background = [
|
background = [
|
||||||
{
|
{
|
||||||
path = "screenshot";
|
path = "screenshot";
|
||||||
blur_passes = 4;
|
blur_passes = 2;
|
||||||
blur_size = 7;
|
blur_size = 10;
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
image = [
|
image = [
|
||||||
{
|
{
|
||||||
path = "/home/deadvey/pictures/pfp.png";
|
path = "$HOME/pictures/pfp.png";
|
||||||
size = 220;
|
size = 220;
|
||||||
rounding = -1;
|
rounding = -1;
|
||||||
border_size = 2;
|
border_size = 2;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user