My NixOS daily configuration.
Find a file
2025-11-28 16:48:57 +01:00
hosts/desktop some changes ig 2025-11-28 16:47:00 +01:00
modules some changes ig 2025-11-28 16:48:57 +01:00
flake.lock some changes ig 2025-11-28 16:48:57 +01:00
flake.nix some changes ig 2025-11-28 16:47:00 +01:00
README.md fix sddm + add osu-lazer 2025-11-24 17:12:34 +01: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

Notes

  • No variables

Credits