Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rickmars-tech/flake
- Owner: RickMars-Tech
- License: mit
- Created: 2024-07-03T21:39:10.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-10-15T00:10:33.000Z (3 months ago)
- Last Synced: 2024-10-19T11:56:55.121Z (3 months ago)
- Topics: dotfiles-linux, home-manager, linux, linux-desktop, linux-gaming, nix, nix-flake, nixo, nixos-configuration
- Language: Nix
- Homepage:
- Size: 36 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```