Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sekky61/nix-config
My NixOS system configuration
https://github.com/sekky61/nix-config
hyprland-config nixos nvim-config
Last synced: 2 months ago
JSON representation
My NixOS system configuration
- Host: GitHub
- URL: https://github.com/sekky61/nix-config
- Owner: Sekky61
- Created: 2024-06-27T08:01:49.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-10-10T23:12:11.000Z (2 months ago)
- Last Synced: 2024-10-10T23:23:23.481Z (2 months ago)
- Topics: hyprland-config, nixos, nvim-config
- Language: JavaScript
- Homepage:
- Size: 41.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nix Config
Based (heavily) on [CirnOS](https://github.com/end-4/CirnOS), go and give it a star!
See [the docs](https://end-4.github.io/dots-hyprland-wiki/en/i-i/02usage/) for the original dotfiles.
Features on top of CirnOS:
- Ollama chat tab
Incomplete list of changes:
- bash
- alacritty
- neovim
- small utilities like zoxide## Installation
### Installing the whole system
- Please be advised that this flake includes my hardware configuration
- So this configuration likely won't work on your device... idk
```bash
git clone https://github.com/Sekky61/nix-config && cd nix-config
IMPURITY_PATH=$(pwd) sudo --preserve-env=IMPURITY_PATH nixos-rebuild switch --flake .#michal --impure
```
Or run `./update.sh`.## Development and editing
### AGS notes
Press `Super + /` to open the list of keybindings.
[Very useful docs](https://aylur.github.io/ags-docs/). Also look at [GJS docs](https://gjs.guide/).
- class `corner-black` makes fake rounded screen
- class `corner` controls rounding of the top bar
- Media widget: left click to show detailed controls, middle click to play/pause, right click to next track
- To debug, I just kill the ags with `ags -q` and then launch it in a shell: `ags`
- HTTP requests like Gemini use `libsoup`.### TODO
-