Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rickmars-tech/flake

My personal NixOS/Flake configuration for my daily use and Gaming
https://github.com/rickmars-tech/flake

dotfiles-linux home-manager linux linux-desktop linux-gaming nix nix-flake nixo nixos-configuration

Last synced: about 2 months ago
JSON representation

My personal NixOS/Flake configuration for my daily use and Gaming

Awesome Lists containing this project

README

        

# IMPORTANT
-I recommend editing the configuration files to your liking since they contain a specific configuration for my hardware so you can improve your customization and also avoid errors.

# How to Use
```bash
git clone https://github.com/RickMars-Tech/NixOS-Mars.git
cd NixOS-Mars

# Built with detailed error messages
sudo nixos-rebuild switch --flake . --show-trace --print-build-logs --verbose
```

# To clean up historical versions and free up storage space, use the following command:
```bash
# Delete all historical versions older than 7 days
sudo nix profile wipe-history --older-than 7d --profile /nix/var/nix/profiles/system

# Run garbage collection after wiping history
sudo nix-collect-garbage --delete-old
```