mirror of
https://github.com/szymon-jozef/amazing-dotfiles.git
synced 2026-09-07 12:10:45 +02:00
6361515b17f75a7360de0b043dd5e5fa10fa21d0
My even cooler than previous dotfiles!
My dotfiles managed with home manager
What's inside?
- Ashell
- Atuin
- Bat
- Btop
- Fish
- Git
- Hypridle
- Hyprland
- Hyprlauncher
- Hyprlock
- Hyprsunset
- Kitty
- Mako
- Nixvim
- Satty
- SSH
- Waybar
- Yazi
- Zoxide
- Fastfetch
- GTK 3.0
- GTK 4.0
- MangoHud
- Mimeapps
- Catppuccin
- Home Manager
Screenshot
Some history about my dotfiles
My first ever dotfiles repo was just named… Dotfiles. It was pretty bare bones.
Then I created superior dotfiles. I used it with chezmoi. 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 use this?
You need to have home manager installed. Install needs to be standalone. It may not work as NixOS module.
Arch Linux
- If you're extra lazy you can use
install_nix_and_home_manager_on_arch.shscript to install nix and home-manager. Just run it withchmod +x ./install_nix_and_home_manager_on_arch.sh && ./install_nix_and_home_manager_on_arch.sh - Copy this repo to
~/.config/home-manageror somewhere else. - Make sure to change variable to your liking inside
flake.nix. Especially your username and home path! - Download all the dependencies
sudo yay -Syu --needed - < arch_packages.txt. You can use any other aur helper if you want to, but be aware that regular pacman most likely won't work asashellis not in regular repos yet. - Run this command to apply all the configurations for the first time
home-manager switch --flake .#arch -b backup. Make sure to be in the repo root. All your existing files will be backed up with.backupextension. - Enjoy! Now you can use nh. So for example to switch use
nh home switch . -c arch --backup-extension backup
NixOS
- Copy this repo to
~/.config/home-manageror somewhere else. - Make sure to change variable to your liking inside
flake.nix. Especially your username and home path! - Run this command to apply all the configurations for the first time
home-manager switch --flake .#nixos -b backup. Make sure to be in the repo root. All your existing files will be backed up with.backupextension. - Enjoy! Now you can use nh. So for example to switch use
nh home switch . -c nixos --backup-extension backup
ALSO MAKE SURE TO ENABLE HYPRLAND SYSTEM WIDE!!!!
{
programs.hyprland = {
enable = true;
withUWSM = true;
xwayland.enable = true;
};
}
I hope you'll enjoy it, if you for whatever reason want to try this random ass dotfiles found on the internet…
Description
Languages
Nix
92.1%
CSS
6.8%
Shell
1.1%

