forked from natto1784/dotfiles
1.4 KiB
1.4 KiB
Personal Dotfiles
├───homeConfigurations: unknown
├───legacyPackages
warning: │ ├───aarch64-linux: omitted (use '--legacy' to show)
warning: │ └───x86_64-linux: omitted (use '--legacy' to show)
└───nixosConfigurations
├───Marisa: NixOS configuration
├───Remilia: NixOS configuration
└───Satori: NixOS configuration
TODOs
- TODO Add user specific traditional dotfiles.
- DONE Try home-manager
- DONE Try nix flakes
How install workey
Either do
cd dotfiles
nixos-rebuild switch --flake .#Satori
or
nixos-rebuild switch --flake github:natto1784/dotfiles#Satori
Replace Satori with whatever system you want or replace with whatever hostname you want in the config
How home-manager workey
Just do
nix run nixpkgs#home-manager switch -- --flake github:natto1784/dotfiles
How packages workey
To build or run any of the packages in this flake do
nix <"run"/"build"> github:natto1784/dotfiles#pkgs.<your_arch>.<package_name>
I took help from these people and their dotfiles
I'm grateful to all of them