Create README.md
This commit is contained in:
parent
ebfd0492bf
commit
f3e0f06eb5
6
README.md
Normal file
6
README.md
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
[![built with nix](https://builtwithnix.org/badge.svg)](https://builtwithnix.org)
|
||||||
|
|
||||||
|
# NixOS Flake-based Configuration
|
||||||
|
|
||||||
|
![neofetch](/assets/neofetch.png)
|
||||||
|
|
Before Width: | Height: | Size: 1.4 MiB After Width: | Height: | Size: 1.4 MiB |
BIN
assets/neofetch-large.png
Normal file
BIN
assets/neofetch-large.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 129 KiB |
BIN
assets/neofetch.png
Normal file
BIN
assets/neofetch.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 122 KiB |
|
@ -2,7 +2,6 @@
|
||||||
let
|
let
|
||||||
modifier = "Mod1";
|
modifier = "Mod1";
|
||||||
terminal = "alacritty";
|
terminal = "alacritty";
|
||||||
bgimg = "What_Space_Really_Looks_Like_2880x1800.png";
|
|
||||||
in {
|
in {
|
||||||
|
|
||||||
home.sessionVariables = {
|
home.sessionVariables = {
|
||||||
|
@ -109,7 +108,7 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
output."*" = {
|
output."*" = {
|
||||||
bg = "${./background/${bgimg}} fill";
|
bg = "${../../../assets/background.png} fill";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue