Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dawoox/nixos
My config for NixOS
https://github.com/dawoox/nixos
config dotfiles hyprland nix nixos nixpkgs
Last synced: 28 days ago
JSON representation
My config for NixOS
- Host: GitHub
- URL: https://github.com/dawoox/nixos
- Owner: Dawoox
- Created: 2023-10-17T15:00:52.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-10T22:32:21.000Z (6 months ago)
- Last Synced: 2024-09-28T09:03:49.519Z (about 1 month ago)
- Topics: config, dotfiles, hyprland, nix, nixos, nixpkgs
- Language: Nix
- Homepage:
- Size: 10 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# I use NixOS btw
![Screenshot 1](docs/screenshot-01.png)
## What is it, what's in it
This repository is whole NixOS configuration (tl;dr my whole laptop config), it inclues my programs, configs, custom assets, wallpapers and more. My current setup is made to do multiples things, as my main laptop is used both for my studies in CS and also as my personnal gaming rig.
## Hardware config
This flake is made to run on a Framework 16 with those specs:
- AMD RX7700S dGPU
- Ryzen 9 7940HS CPU
- 16GB DDR5 RAMBut this config should work ok with any configuration !
## :snowflake: Installation
```nix
sudo nixos-rebuild switch --flake github:dawoox/nixos#neutron
```