2024-04-02 16:43:54 +02:00
2023-10-28 13:24:52 +02:00
2024-04-02 11:35:09 +02:00
2024-04-02 16:43:54 +02:00
2024-04-02 16:43:54 +02:00

TheaninovOS

A NixOS based OS you can configure.

Rebuild the configuration

home-manager switch --flake ~/.config/home-manager

Make sure new files are added to git

Initial Setup on a new machine

Enable flakes

configuration.nix

nix.settings.experimental-features = [ "nix-command" "flakes" ];
sudo nix-channel --add https://nixos.org/channels/nixos-unstable nixos
sudo nix-channel --add https://nixos.org/channels/nixpkgs-unstable nixpkgs

git clone git@github.com:Theaninova/home-manager-config.git ~/.config/home-manager
cd ~/.config/home-manager
sudo nixos-rebuild switch --flake .#MONSTER

After that reload the shell

Updating the system

# in your config folder
nix flake update
sudo nixos-rebuild switch --flake .#
Description
Stuff to make your NixOS based system
Readme 85 MiB
Languages
Nix 88.4%
Vim Script 5.9%
CSS 5.7%