Compare commits

..

3 Commits

Author SHA1 Message Date
57a383aca8 Readme and logo test 2024-12-28 20:53:02 +01:00
c6e2b9634b Merge remote-tracking branch 'origin/master' 2024-12-28 20:44:57 +01:00
5f5c642ada Revert "logo added to readme"
This reverts commit 54f2295da7.
2024-12-28 20:44:07 +01:00
3 changed files with 16 additions and 17 deletions

View File

@ -1,10 +1,3 @@
<div align="center">
<h1>
<img width="100" src="./logo.svg" /> <br>
</h1>
</div>
# dotfiles
- best NixOS starter dotfiles in the **flake** setup
@ -42,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