Skip to content
Yash Raj edited this page Sep 28, 2023 · 28 revisions
Welcome to the dotfiles wiki!

🔧 System info

⌨️ Keybinds

hotkeys

Miscellaneous

How to move to a new system?

Update files in hosts/"system name". Eg. "acer", It is my main system so If I have another secondary system I will just make new host like "secsystem" and update flake, If I have to shift to a new main system I will just update the "acer" folder files.

How to nixos rebuild?

sudo nixos-rebuild switch --flake .#hostName

How to use nix shell to install packages?

nix shell nixpkgs#packageName

How to cleanup nixos

nix-collect-garbage -d
sudo nix-collect-garbage -d

Efficient usage (WIP)

Git PAT

git remote set-url origin https://<TOKEN>@github.com/<USERNAME>/<REPOSITORYNAME>.git

Neofetch bug: wallpaper image not changing.

neofetch --clean

nix develop directly in neovim figsoda/nix-develop

:NixDevelop ~/path_to_flake_config
Clone this wiki locally