Create README.md
This commit is contained in:
parent
ebfd0492bf
commit
f3e0f06eb5
5 changed files with 7 additions and 2 deletions
6
README.md
Normal file
6
README.md
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
[](https://builtwithnix.org)
|
||||
|
||||
# NixOS Flake-based Configuration
|
||||
|
||||

|
||||
|
||||
|
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
|
||||
modifier = "Mod1";
|
||||
terminal = "alacritty";
|
||||
bgimg = "What_Space_Really_Looks_Like_2880x1800.png";
|
||||
in {
|
||||
|
||||
home.sessionVariables = {
|
||||
|
|
@ -109,7 +108,7 @@ in {
|
|||
};
|
||||
|
||||
output."*" = {
|
||||
bg = "${./background/${bgimg}} fill";
|
||||
bg = "${../../../assets/background.png} fill";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue