Readme and logo test

This commit is contained in:
foglar 2024-12-28 20:53:02 +01:00
parent c6e2b9634b
commit 57a383aca8
3 changed files with 16 additions and 10 deletions

View File

@ -35,8 +35,8 @@ sudo nixos-rebuild switch --flake ~/.dotfiles#kogami
## Profiles
- The system consists currently from 2 profiles:
- [Kogami](./kogami/configuration.nix) - My daily driver notebook
- [Ginoza](./ginoza/configuration.nix) - Old notebook, only essentials installed
- [Kogami](./kogami/) - My daily driver notebook
- [Ginoza](./ginoza/) - Old notebook, only essentials installed
### Custom setup

6
kogami/README.md Normal file
View File

@ -0,0 +1,6 @@
# Kogami system profile
- This is my daily driver profile and template configuration for most people
- In [configuration.nix](./configuration.nix) you have system configuration settings.
- In [hardware-configuration.nix](./hardware-configuration.nix) is hardware configuration of the device you are installing this config, you should generate your own one with this command: `sudo nixos-generate-config --dir ~/.dotfiles/kogami`
- In [home.nix](./home.nix) you have user/home-manager configuration.

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 700 KiB

After

Width:  |  Height:  |  Size: 700 KiB