- Notifications
You must be signed in to change notification settings - Fork0
clvx/nix-files
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A bunch of Linux configurations managed by Nix Flakes
After installing, execute:
nixos-build switch --flake .#<flake-output>
Install Nix
curl --proto '=https' --tlsv1.2 -sSf -Lhttps://install.determinate.systems/nix | sh -s -- installexec $SHELL -l
Install files
git clone git@github.com:clvx/nix-files.gitcd ./nix-filesnix run . switch -- --flake .#<flake>hash -r
Update
nix flake updatenix run . switch -- --flake .#
Upgrade
Update the nixpkgs and home-manager versions to the latest NixOS version andrun update.
[ ] Configure luasnip.
[ ] Fix nvim-tree opening new buffer instead of replacing it.
[ ] Lacking tags - heirline.nvim could be useful for this.