8000 GitHub - kmf/dotfiles
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

kmf/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

❄️ My NixOS Config

git clone https://github.com/kmf/dotfiles
cd $HOME/dotfiles
sudo nixos-rebuild switch --flake .
home-manager switch --flake .

Enable nix-command and flakes

Add this /etc/nixos/configuration.nix

nix.settings.experimental-features = [ "nix-command" "flakes" ];

Using nh - Nix Helper

Update NixOS

nh os switch

Update home-manager

nh home switch

Clean up old generations

nh clean all

Remember to update your Flake

nix flake update

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0