Compare commits
3 Commits
16786b461e
...
57a383aca8
| Author | SHA1 | Date | |
|---|---|---|---|
| 57a383aca8 | |||
| c6e2b9634b | |||
| 5f5c642ada |
11
README.md
11
README.md
@ -1,10 +1,3 @@
|
|||||||
<div align="center">
|
|
||||||
<h1>
|
|
||||||
<img width="100" src="./logo.svg" /> <br>
|
|
||||||
</h1>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
# dotfiles
|
# dotfiles
|
||||||
|
|
||||||
- best NixOS starter dotfiles in the **flake** setup
|
- best NixOS starter dotfiles in the **flake** setup
|
||||||
@ -42,8 +35,8 @@ sudo nixos-rebuild switch --flake ~/.dotfiles#kogami
|
|||||||
## Profiles
|
## Profiles
|
||||||
|
|
||||||
- The system consists currently from 2 profiles:
|
- The system consists currently from 2 profiles:
|
||||||
- [Kogami](./kogami/configuration.nix) - My daily driver notebook
|
- [Kogami](./kogami/) - My daily driver notebook
|
||||||
- [Ginoza](./ginoza/configuration.nix) - Old notebook, only essentials installed
|
- [Ginoza](./ginoza/) - Old notebook, only essentials installed
|
||||||
|
|
||||||
### Custom setup
|
### Custom setup
|
||||||
|
|
||||||
|
|||||||
6
kogami/README.md
Normal file
6
kogami/README.md
Normal 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.
|
||||||
Loading…
Reference in New Issue
Block a user