โ„๏ธ My personnal NixOS configuration
nix-flake nixos-configuration linux dotfiles flake nix nix-config nixos nixos-flake linux-desktop

ใ€Œ๐Ÿ“ใ€ doc(README): changed to new links

+3 -3
+3 -3
README.md
··· 14 14 ### Using the packages 15 15 - For just running it: 16 16 ```bash 17 - nix run github:keyzox71/nixos-config#<package-name> 17 + nix run git+https://tangled.org/adjoly.fr/nixos-config#<package-name> 18 18 ``` 19 19 - Installing it in your session: 20 20 ```bash 21 - nix profile install github:keyzox71/nixos-config#<package-name> 21 + nix profile install git+https://tangled.org/adjoly.fr/nixos-config#<package-name> 22 22 ``` 23 23 - Or install it in your config: 24 24 ```nix 25 25 inputs = { 26 - keynixos.url = "github:keyzox71/nixos-config"; 26 + keynixos.url = "git+https://tangled.org/adjoly.fr/nixos-config" 27 27 }; 28 28 ... 29 29 environment.systemPackages = [