Files
amazing-dotfiles/README.md
Szymon 4c97913221 Update README with important note for users
Added a note about changing user info in flake.nix before running commands.
2026-02-21 21:04:17 +01:00

39 lines
1.6 KiB
Markdown

![Nix](https://img.shields.io/badge/Nix-unstable-blue.svg?logo=nixos&logoColor=white)
![Home Manager](https://img.shields.io/badge/Home_Manager-enabled-brightgreen.svg)
# My even cooler than previous dotfiles!
My dotfiles managed with [home manager](https://github.com/nix-community/home-manager)
# What's inside?
- Fish config
- Kitty config
- Hypr* stuff config
- Mako config
- ashell, waybar config
- nvim config
## Screenshot
![Desktop screenshot](assets/screenshot.png)
![Terminal screenshot](assets/terminal.png)
# Some history
My first ever [dotfiles](https://github.com/szymon-jozef/dotfiles) repo was just named… Dotfiles. It was pretty bare bones.
Then I created [superior dotfiles](https://github.com/szymon-jozef/superior_dotfiles). I used it with [chezmoi](https://www.chezmoi.io/). It was pretty good, but then I decided to try something else…
As of today I'm using this repo with home manager. I'm still trying stuff out, but it looks pretty good right now.
# How to try this out?
I guess you should [install home manager](https://nix-community.github.io/home-manager/index.xhtml#sec-install-standalone). You can do it on *any* distro, but I only use Arch, so I don't guarantee it will work elsewhere. To try it out just copy this repo to `~/.config/home-manager`, cd there and then run:
**Important**: don't forget to change your user info in `flake.nix` before running this command!
## On NixOS
```bash
home-manager switch --flake .#nixos -b backup
```
## On Arch
```bash
home-manager switch --flake .#arch -b backup
```
---
I hope you'll enjoy it, if you for whatever reason want to try this random ass dotfiles found on the internet…