docs: touch-ups

This commit is contained in:
Alexandre Cavalheiro S. Tiago da Silva 2025-03-06 11:11:28 -03:00
parent f87f9995be
commit a471e424f8
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF
7 changed files with 51 additions and 2 deletions

View file

@ -1,6 +1,6 @@
# linuxware
This repository contains the configuration of my main Linux based system(s), currently this repository consist of a
This repository contains the configuration of my main Linux based system(s), currently this repository consists of a
[NixOS] system configuration alongside [dotfiles] generated by [Home Manager] and [dotfiles] maintained by me.
## Navigation guide

View file

@ -0,0 +1,42 @@
## Desktop
![image](./screenshots/full-system.png)
### Window gaps
![image](./screenshots/hyprland-gaps.png)
### Window borders
![image](./screenshots/hyprland-active.png)
![image](./screenshots/hyprland-inactive.png)
## Programs
### Neovim
![image](./screenshots/neovim-dashboard.png)
![image](./screenshots/neovim-nix.png)
![image](./screenshots/neovim-rust.png)
### Alacritty & Fish
![image](./screenshots/alacritty-and-fish.png)
### Rofi
![image](./screenshots/rofi.png)
### Waybar
![image](./screenshots/waybar.png)
### Emacs
![image](./screenshots/doomemacs.png)
## System
### SDDM background
![image](./sddm/Background.jpg)

Binary file not shown.

After

Width:  |  Height:  |  Size: 366 KiB

View file

@ -6,3 +6,5 @@ This directory encompasses all modules/resources that are exported by this repos
- [neovim](./neovim)
- [emacs](./emacs)
- [template](./template)
> _Be sure to click the hyperlinks for the relevant documentation._

View file

@ -39,5 +39,6 @@ The theme I'm using is [catppuccin](https://github.com/catppuccin) in case you'r
[neovim]: https://neovim.io/
[Home Manager]: https://github.com/nix-community/home-manager
[nixos]: https://nixos.org
[nixd]: https://github.com/nix-community/nixd/
[ollama]: https://ollama.com/

View file

@ -8,7 +8,7 @@ version of [nixpkgs].
This package installs the udev rules necessary to allow flashing QMK/Vial onto keyboards that use WB32-DFU bootloaders.
It is also meant to be used in tandem with [NixOS] using the
It is meant to be used in tandem with [NixOS] using the
[`services.udev.packages`](https://search.nixos.org/options?query=services.udev.packages) configuration.

View file

@ -36,6 +36,10 @@ In this directory you will find the configuration for [NixOS] and [Home Manager]
#### Screenshots
Alacritty & Fish:
![image](/assets/screenshots/alacritty-and-fish.png)
Waybar:
![image](/assets/screenshots/waybar.png)