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