Skip to content

turtton/dotnix

Repository files navigation

dotnix

My dotfiles for NixOS

Article(JP): https://zenn.dev/watagame/articles/hyprland-nix

Setup

  1. Modify /etc/nixos/configuration.nix

    programs = {
    + git.enable = true;
    };
    + nix.settings.experimental-features = ["nix-command" "flakes"];
  2. Run sudo nixos-rebuild switch

  3. Clone this repository and move it

  4. Runnix develop

  5. Run switch-nixos {name}(or sudo nixos-rebuild switch --flake .#{name})
    Name: virtbox maindesk bridgetop

    If you want to try my profile, use virtbox first(requires 75GB at least), and make sure hardware-configuration.nix is replaced your /etc/nixos/hardware-configuration.nix before running command.

  6. Run nix run nixpkgs#home-manager -- switch --flake .#{name}(switch-home {name})

    This method no longer needed, but settings still here to configure darwin system in the future.

  7. Reboot

References

My environement log(JP):
https://zenn.dev/watagame/scraps/e64841d674d16e

Hyprland themes:

About

My dotfiles for NixOS

Resources

Stars

Watchers

Forks