Add history document
This commit is contained in:
parent
02e59e7419
commit
b432d9d984
|
@ -2,6 +2,8 @@
|
|||
|
||||
In case you are not familiar with nix/nixos, this is a collection of configuration files which build all my systems in a declarative manner. The tool used to configure the global system is called [nixos](https://nixos.org/), and the one used to configure the individual users is called [home-manager](https://github.com/nix-community/home-manager).
|
||||
|
||||
> A [visual history](./history.md) of my setup is in the work!
|
||||
|
||||
## Features this repository includes:
|
||||
|
||||
- Consistent base16 theming using [stylix](https://github.com/danth/stylix)
|
||||
|
|
|
@ -25,7 +25,7 @@ let
|
|||
|
||||
catppuccin-macchiato = {
|
||||
stylix = {
|
||||
image = ./wallpapers/nix-catppuccin.png;
|
||||
image = ./wallpapers/lapis_lazuli.jpg;
|
||||
base16Scheme = "${inputs.catppuccin-base16}/base16/macchiato.yaml";
|
||||
polarity = "dark";
|
||||
};
|
||||
|
@ -85,7 +85,7 @@ let
|
|||
};
|
||||
|
||||
# Select your current theme here!
|
||||
currentTheme = themes.catppuccin-latte;
|
||||
currentTheme = themes.catppuccin-macchiato;
|
||||
in
|
||||
{
|
||||
# We apply the current theme here.
|
||||
|
|
BIN
common/themes/wallpapers/lapis_lazuli.jpg
Normal file
BIN
common/themes/wallpapers/lapis_lazuli.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.4 MiB |
|
@ -16,7 +16,7 @@ function M.config()
|
|||
preview = false,
|
||||
},
|
||||
mappings = {
|
||||
go_in_plus = "<cr>",
|
||||
go_in_plus = "l",
|
||||
},
|
||||
})
|
||||
|
||||
|
|
9
history.md
Normal file
9
history.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
# The history of the satellite
|
||||
|
||||
This file tells the story of my setup throughout it's history. This document is not yet complete, and much more will get added as I dig old pictures up. Sadly, a lot of my early days on linux were lost to time (not having a good reasons to simply take pictures of my desktop back in the KDE days and all)
|
||||
|
||||
## 2023-11-08
|
||||
|
||||
![Neovim](img/2023-11-08-neovim.png)
|
||||
![Neovim, zathura and anyrun](img/2023-11-08-neovim-zathura-and-anyrun.png)
|
||||
![Poweroff screen](img/2023-11-08-poweroff.png)
|
|
@ -16,12 +16,12 @@ decoration {
|
|||
blur {
|
||||
enabled = true
|
||||
ignore_opacity = true
|
||||
size = 10
|
||||
passes = 3
|
||||
contrast = 1
|
||||
brightness = 1.2
|
||||
noise = 0.05
|
||||
xray = true
|
||||
size = 10
|
||||
passes = 4
|
||||
contrast = 1.2
|
||||
brightness = 1.1
|
||||
noise = 0.05
|
||||
}
|
||||
}
|
||||
|
||||
|
|
BIN
img/2023-11-08-neovim-zathura-and-anyrun.png
Normal file
BIN
img/2023-11-08-neovim-zathura-and-anyrun.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.1 MiB |
BIN
img/2023-11-08-neovim.png
Normal file
BIN
img/2023-11-08-neovim.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.9 MiB |
BIN
img/2023-11-08-poweroff.png
Normal file
BIN
img/2023-11-08-poweroff.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.7 MiB |
Loading…
Reference in a new issue