Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tuxdotrs/nixos-config
NixOS configuration flake
https://github.com/tuxdotrs/nixos-config
dotfiles flake home-manager nixos nixos-config nixpkgs
Last synced: 11 days ago
JSON representation
NixOS configuration flake
- Host: GitHub
- URL: https://github.com/tuxdotrs/nixos-config
- Owner: tuxdotrs
- Created: 2023-09-04T21:21:08.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-28T08:46:03.000Z (11 days ago)
- Last Synced: 2024-10-28T14:00:42.514Z (11 days ago)
- Topics: dotfiles, flake, home-manager, nixos, nixos-config, nixpkgs
- Language: Nix
- Homepage:
- Size: 10.8 MB
- Stars: 14
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
tux's NixOS Flake
## Table of Contents
- [Hosts](#hosts)
- [Installation](#installation)
- [Components](#components)
- [Showcase](#showcase)
- [Pain](#spent-weeks-on-this-system-configuration-)## Hosts
| | Type | Name | Hardware | Purpose
---|---|---|---|---
💻 | Desktop | sirius | Ryzen 5 3600 - 64GB RAM - RTX 3080 TI | Multi-monitor desktop running Windows Subsystem for Linux.
🖥️ | Laptop | canopus | Ryzen 9 5900HS - 16 GB RAM - RTX 3060 | Optimized for productivity on the go and some gaming.
☁️ | VPS | arcturus | 4 Core - 8 GB RAM | Primary server responsible for exposing my homelab applications to the internet.
🥔 | VPS | alpha | 2 Core - 4 GB RAM | Monitors uptime and health status of all services across the infrastructure.
🥔 | Server | vega | Cortex A53 - 1 GB RAM | Running AdGuard Home for network-wide ad blocking.
☁️ | VPS | capella | 4 Core - 6 GB RAM | For running Minecraft, CS 2, Rust game servers.
🖥️ | Server | homelab | Ryzen 7 2700X - 32 GB RAM - 2060 Super | WIP, Migrating from unraid.
☁️ | VPS | node | i9-13900 - 64 GB RAM | Running Ethereum and BSC nodes. Currently in the process of migrating from Ubuntu.## Installation
Hosts can be build with:
```
sudo nixos-rebuild switch --flake .#
```## Components
| | Wayland | Xorg |
| ------------- | ------- | ---------------- |
| DM | / | SDDM |
| WM/DE | / | AwesomeWM |
| Compositor | / | Picom (Jonaburg) |
| Bar | / | Wibar |
| Hotkeys | / | Awful |
| Launcher | / | Rofi |
| Notifications | / | Naughty |
| Terminal | / | Wezterm |
| Editor | / | Neovim |## Showcase
### Desktop
![2024-08-08_18-33](https://github.com/user-attachments/assets/1cdcc387-0f68-486c-a76c-a36ad2acb78d)
![2024-08-08_18-18](https://github.com/user-attachments/assets/f3fc4da5-6c0d-4cda-934d-b68ca6494e02)
### Neovim
![2024-08-08_18-16](https://github.com/user-attachments/assets/f881c672-8d77-43ec-b637-df5004c7d11f)
### Floating Terminal
![2024-08-08_18-16_1](https://github.com/user-attachments/assets/3339ecf8-3264-4179-a093-337c844592a6)
### Lazygit
![2024-08-08_18-16_2](https://github.com/user-attachments/assets/6df15881-fc2b-41b1-af3b-124fe0599b94)
### Telescope
![2024-08-08_18-16_3](https://github.com/user-attachments/assets/03be05bc-8ede-4d6e-a341-2761d89b7288)
### Firefox
![2024-08-08_18-26](https://github.com/user-attachments/assets/6f12173b-2480-404e-b01a-599115a886c0)
## Spent weeks on this system configuration 😢