kekl
This commit is contained in:
@ -18,6 +18,10 @@
|
||||
".wp/fuji.png".source = ./raw/wp/fuji.png;
|
||||
".wp/orbit.png".source = ./raw/wp/orbit.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 = {
|
||||
http = "python3 -m http.server";
|
||||
rm = "rm -rfv";
|
||||
rm = "rm $@ -v -I";
|
||||
ls = "${pkgs.eza}/bin/eza -l --icons";
|
||||
cp = "cp -rv";
|
||||
mv = "mv -v";
|
||||
@ -29,8 +29,7 @@
|
||||
];
|
||||
initExtra = ''
|
||||
eval "$(fzf --bash)"
|
||||
PS1="\w % "
|
||||
|
||||
complete -cf doas
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
@ -22,7 +22,7 @@
|
||||
}
|
||||
];
|
||||
startup = [
|
||||
{ command = "${pkgs.swaybg}/bin/swaybg -i $HOME/.wp/orbit.png"; }
|
||||
{ command = "${pkgs.swaybg}/bin/swaybg -i $HOME/.wp/ios.png"; }
|
||||
];
|
||||
gaps = {
|
||||
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