Create README.md

This commit is contained in:
Kiana Sheibani 2022-04-15 09:14:22 -04:00
parent ebfd0492bf
commit f3e0f06eb5
5 changed files with 7 additions and 2 deletions

6
README.md Normal file
View file

@ -0,0 +1,6 @@
[![built with nix](https://builtwithnix.org/badge.svg)](https://builtwithnix.org)
# NixOS Flake-based Configuration
![neofetch](/assets/neofetch.png)

View file

Before

Width:  |  Height:  |  Size: 1.4 MiB

After

Width:  |  Height:  |  Size: 1.4 MiB

BIN
assets/neofetch-large.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 129 KiB

BIN
assets/neofetch.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 122 KiB

View file

@ -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";
}; };
}; };
}; };