20 lines
658 B
Markdown
20 lines
658 B
Markdown
# dotfiles
|
|
|
|
This repository contains dotfiles for two separate systems. Based on the hostname the appropriate configuration is applied. (When no hostname matches, nix is not buildable and yolk uses a minimal shared configurations).
|
|
|
|
**Hostnames**
|
|
- nixMain (Hyprland, desktop optimised)
|
|
- nixLap (KDE, 2-in-1 Notebook optimised)
|
|
|
|
Deployment:
|
|
*assuming a valid hostname is used*
|
|
1. Clone the Repository
|
|
2. Build the system: `bash use_nix.sh --first-run --rebuild`
|
|
3. Setup user config: `yolk sync -v`
|
|
|
|
### Notes:
|
|
|
|
Used as kde config finder, in `~./config` and `~./local/share`:
|
|
- `find . -type f -regex '.*\(k\|rc\|pulse\|session\|gtk\|autostart\|xbel\).*'`
|
|
|