kekl
This commit is contained in:
@ -18,6 +18,10 @@
|
|||||||
".wp/fuji.png".source = ./raw/wp/fuji.png;
|
".wp/fuji.png".source = ./raw/wp/fuji.png;
|
||||||
".wp/orbit.png".source = ./raw/wp/orbit.png;
|
".wp/orbit.png".source = ./raw/wp/orbit.png;
|
||||||
".wp/hollow_knight.png".source = ./raw/wp/hollow_knight.png;
|
".wp/hollow_knight.png".source = ./raw/wp/hollow_knight.png;
|
||||||
|
".wp/ios.png".source = ./raw/wp/ios.png;
|
||||||
|
".wp/manga.png".source = ./raw/wp/manga.png;
|
||||||
|
".wp/bg.png".source = ./raw/wp/bg.png;
|
||||||
|
".wp/wolf.png".source = ./raw/wp/wolf.png;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
};
|
};
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
http = "python3 -m http.server";
|
http = "python3 -m http.server";
|
||||||
rm = "rm -rfv";
|
rm = "rm $@ -v -I";
|
||||||
ls = "${pkgs.eza}/bin/eza -l --icons";
|
ls = "${pkgs.eza}/bin/eza -l --icons";
|
||||||
cp = "cp -rv";
|
cp = "cp -rv";
|
||||||
mv = "mv -v";
|
mv = "mv -v";
|
||||||
@ -29,8 +29,7 @@
|
|||||||
];
|
];
|
||||||
initExtra = ''
|
initExtra = ''
|
||||||
eval "$(fzf --bash)"
|
eval "$(fzf --bash)"
|
||||||
PS1="\w % "
|
complete -cf doas
|
||||||
|
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
}
|
}
|
||||||
];
|
];
|
||||||
startup = [
|
startup = [
|
||||||
{ command = "${pkgs.swaybg}/bin/swaybg -i $HOME/.wp/orbit.png"; }
|
{ command = "${pkgs.swaybg}/bin/swaybg -i $HOME/.wp/ios.png"; }
|
||||||
];
|
];
|
||||||
gaps = {
|
gaps = {
|
||||||
outer = 5;
|
outer = 5;
|
||||||
|
BIN
modules/raw/wp/bg.png
Executable file
BIN
modules/raw/wp/bg.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 2.3 MiB |
BIN
modules/raw/wp/ios.png
Executable file
BIN
modules/raw/wp/ios.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 1.8 MiB |
BIN
modules/raw/wp/manga.png
Executable file
BIN
modules/raw/wp/manga.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 1.2 MiB |
BIN
modules/raw/wp/wolf.png
Executable file
BIN
modules/raw/wp/wolf.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 486 KiB |
Reference in New Issue
Block a user