2022-04-03 06:43:13 +05:30
2022-04-03 06:43:13 +05:30
2022-04-03 06:43:13 +05:30
2022-03-28 08:27:39 +05:30
2022-04-03 06:43:13 +05:30
2022-01-21 14:55:10 +05:30
2022-03-28 04:57:27 +05:30
2022-04-03 06:43:13 +05:30
2022-04-03 06:43:13 +05:30

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

Description
No description provided
Readme 1.6 MiB
Languages
Nix 45%
JavaScript 17.5%
elisp 8.3%
lisp 6.7%
Lua 6.6%
Other 15.9%