My NixOS daily configuration.
Find a file
2026-06-27 23:57:09 +02:00
hosts/desktop czyszczenie syfu 2026-06-27 23:57:09 +02:00
modules czyszczenie syfu 2026-06-27 23:57:09 +02:00
flake.lock cleaning 2026-06-25 12:45:12 +02:00
flake.nix some fixes + add zen browser 2026-06-24 07:55:51 +02:00
README.md Update README.md 2026-05-14 22:58:56 +02:00

Ametic's NixOS Dotfiles

My personal dotfiles that i'm using on my daily PC. Uses some parts from other configurations mentioned in Credits.

Important

These dotfiles are fitted only for my needs, check every file before using it.

Usage

  • If you're sure that u want to use it, follow these steps:
  • Use these commands:
    • nix-shell -p git vim
    • git clone https://github.com/Ametic/dotfiles ~/nixos-config
  • Open your text editor, open /nixos-config folder, and search for keyword jakub which is my hostname, and replace for yours.
  • Generate your hardware configuration using this command:
    • nixos-generate-config --show-hardware-config > hosts/desktop/hardware.nix
  • Rebuild configuration using these commands:
    • NIX_CONFIG="experimental-features = nix-command flakes"
    • sudo nixos-rebuild switch --flake .#desktop
  • (Later use alias fr for rebuilding)

Notes

  • No variables

Credits