1
Fork 0

Add history document

This commit is contained in:
Matei Adriel 2023-11-08 07:16:48 +01:00
parent 02e59e7419
commit b432d9d984
No known key found for this signature in database
9 changed files with 19 additions and 8 deletions

View file

@ -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). 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: ## Features this repository includes:
- Consistent base16 theming using [stylix](https://github.com/danth/stylix) - Consistent base16 theming using [stylix](https://github.com/danth/stylix)

View file

@ -25,7 +25,7 @@ let
catppuccin-macchiato = { catppuccin-macchiato = {
stylix = { stylix = {
image = ./wallpapers/nix-catppuccin.png; image = ./wallpapers/lapis_lazuli.jpg;
base16Scheme = "${inputs.catppuccin-base16}/base16/macchiato.yaml"; base16Scheme = "${inputs.catppuccin-base16}/base16/macchiato.yaml";
polarity = "dark"; polarity = "dark";
}; };
@ -85,7 +85,7 @@ let
}; };
# Select your current theme here! # Select your current theme here!
currentTheme = themes.catppuccin-latte; currentTheme = themes.catppuccin-macchiato;
in in
{ {
# We apply the current theme here. # We apply the current theme here.

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

View file

@ -16,7 +16,7 @@ function M.config()
preview = false, preview = false,
}, },
mappings = { mappings = {
go_in_plus = "<cr>", go_in_plus = "l",
}, },
}) })

9
history.md Normal file
View 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)

View file

@ -16,12 +16,12 @@ decoration {
blur { blur {
enabled = true enabled = true
ignore_opacity = true ignore_opacity = true
size = 10
passes = 3
contrast = 1
brightness = 1.2
noise = 0.05
xray = true xray = true
size = 10
passes = 4
contrast = 1.2
brightness = 1.1
noise = 0.05
} }
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 MiB

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 MiB