https://github.com/bitscoper/bitscoper-workstation
My NixOS Configuration
https://github.com/bitscoper/bitscoper-workstation
dotfiles dotfiles-automation dotfiles-linux nix nixos nixos-configuration nixos-dotfiles
Last synced: 4 days ago
JSON representation
My NixOS Configuration
- Host: GitHub
- URL: https://github.com/bitscoper/bitscoper-workstation
- Owner: bitscoper
- License: gpl-3.0
- Created: 2026-01-01T15:25:29.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2026-06-11T08:35:05.000Z (9 days ago)
- Last Synced: 2026-06-11T10:18:53.023Z (9 days ago)
- Topics: dotfiles, dotfiles-automation, dotfiles-linux, nix, nixos, nixos-configuration, nixos-dotfiles
- Language: Nix
- Homepage:
- Size: 272 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Bitscoper-WorkStation
My NixOS Configuration
## Stack
### Base
- **Kernel:** Linux XanMod
- **Bootloader:** GRUB
- **Boot and Shutdown Splash:** Plymouth
- **Display Protocol:** Wayland
- **Display Manager:** Simple Desktop Display Manager (SDDM)
- **Compositor:** Hyprland
### Multimedia
- **Word Processor, Spreadsheet, and Presentation Editor:** OnlyOffice
- **PDF Editor:** OnlyOffice, PDF Arranger
- **PDF Viewer:** Evince, Cromite
- **UVC Capture Viewer:** Guvcview
- **QR Code Generator:** CoBang
- **Vector Graphics Editor:** Inkscape
- **Raster Image Editor:** GNU Image Manipulation Program (GIMP)
- **Raw Image Developer:** Darktable
- **Audio Recorder and Editor:** Audacity
- **Music Tag Editor:** MusicBrainz Picard
- **Video Editor and Animator:** Blender
- **Image Format Converter:** Switcheroo
- **Image Compressor:** Curtail
- **Video Compressor:** Constrict
- **Image Viewer:** gThumb
- **Audio Player:** Nocturne
- **Video Player:** Clapper
### 2D Fabrication
- **Cutter / Plotter Host:** Inkcut
### 3D Fabrication
- **Parametric CAD:** FreeCAD
- **Organic Modeller:** Blender
- **Mesh Processor:** MeshLab
- **STL Viewer:** fstl
- **FDM Slicer:** OrcaSlicer
- **MSLA Resin Slicer:** mslicer
- **Printer Host:** Printrun (Includes Pronterface)
## Run
```sh
sudo nix-channel --list
sudo nix-channel --remove nixos
sudo nix-channel --add https://nixos.org/channels/nixos-unstable nixos
sudo nix-channel --list
sudo nix-channel --update && sudo sudo nix-env -u --always
nix-shell -p git --run 'sudo nixos-rebuild boot --refresh --install-bootloader --option experimental-features "nix-command flakes"'
```
## Notes
- I write commit messages in Title Case and past tense, leaving out articles to keep them concise while still showing details.
- I reuploaded the repository to clean up the commit history, but this is unlikely to happen again.