mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-23 16:29:42 -04:00
updated README
This commit is contained in:
parent
3dd31d28f7
commit
67840c243d
3 changed files with 8 additions and 9 deletions
13
README.md
13
README.md
|
|
@ -1,6 +1,6 @@
|
||||||
# My NixOS Configurations ❄️👨💻
|
# My Nix Configurations ❄️💻
|
||||||
|
|
||||||
My modular NixOS🔥
|
My modular Nix configs🔥
|
||||||
|
|
||||||
If you need a list of available packages and options:
|
If you need a list of available packages and options:
|
||||||
|
|
||||||
|
|
@ -16,17 +16,16 @@ Take inspiration💡, borrow ideas💭 and customize it to your 💖 content
|
||||||
|
|
||||||
## Requirements ⚙️
|
## Requirements ⚙️
|
||||||
|
|
||||||
- [Nix package manager](https://www.nixos.org/)❄️
|
- [Nix package manager](https://www.nixos.org/)
|
||||||
- [Nix 2.0 `flakes` enabled](https://nixos.wiki/wiki/Flakes#Enable_flakes_permanently_in_NixOS)⚡️
|
- [Nix 2.0 `flakes` enabled](https://nixos.wiki/wiki/Flakes#Enable_flakes_permanently_in_NixOS)
|
||||||
- *optional*[home-manager installed](https://nix-community.github.io/home-manager/index.xhtml#sec-flakes-standalone)
|
- [home-manager installed](https://nix-community.github.io/home-manager/index.xhtml#sec-flakes-standalone)*optional*
|
||||||
|
|
||||||
# End-Points Exposed ❄️🔧💻️❄️
|
# End-Points Exposed ❄️🔧💻️❄️
|
||||||
|
|
||||||
NixOS Configurations:
|
NixOS Configurations:
|
||||||
- desktop
|
- desktop
|
||||||
- server
|
|
||||||
- laptop (wip)
|
|
||||||
- wsl
|
- wsl
|
||||||
|
- server (wip)
|
||||||
|
|
||||||
Home-Manager Configurations:
|
Home-Manager Configurations:
|
||||||
- workstation
|
- workstation
|
||||||
|
|
|
||||||
|
|
@ -36,7 +36,7 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
windows = nixpkgs.lib.nixosSystem {
|
wsl = nixpkgs.lib.nixosSystem {
|
||||||
inherit system pkgs;
|
inherit system pkgs;
|
||||||
modules = [
|
modules = [
|
||||||
./src/system/machines/wsl
|
./src/system/machines/wsl
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
programs.home-manager.enable = true;
|
programs.home-manager.enable = true;
|
||||||
programs.bash.shellAliases = {
|
programs.bash.shellAliases = {
|
||||||
nixup = "sudo nixos-rebuild switch --flake /etc/nixos/.#windows";
|
nixup = "sudo nixos-rebuild switch --flake /etc/nixos/.#wsl";
|
||||||
};
|
};
|
||||||
|
|
||||||
home.stateVersion = "23.11";
|
home.stateVersion = "23.11";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue