166 lines
4.6 KiB
Markdown
166 lines
4.6 KiB
Markdown
<h1 align="center">
|
|
<img src="https://image.nostr.build/70ebe2b5183879d8c0ffa682cd0089e030ad01909678b242ed86449517eac3a5.png" width="100px" />
|
|
<br>
|
|
Nixy
|
|
<br>
|
|
<img src="https://image.nostr.build/aaf8cf0f3b9784c817f8cf328f19222db2e1886dfb89ae97de83ffa101d437b4.png" width="600px" /> <br>
|
|
<div align="center">
|
|
|
|
<div align="center">
|
|
<p></p>
|
|
<div align="center">
|
|
<a href="https://github.com/anotherhadi/nixy/stargazers">
|
|
<img src="https://img.shields.io/github/stars/anotherhadi/nixy?color=a158ff&labelColor=040409&style=for-the-badge&logo=starship&logoColor=a158ff">
|
|
</a>
|
|
<a href="https://github.com/anotherhadi/nixy/">
|
|
<img src="https://img.shields.io/github/repo-size/anotherhadi/nixy?color=a158ff&labelColor=040409&style=for-the-badge&logo=github&logoColor=a158ff">
|
|
</a>
|
|
<a href="https://nixos.org">
|
|
<img src="https://img.shields.io/badge/NixOS-unstable-blue.svg?style=for-the-badge&labelColor=040409&logo=NixOS&logoColor=a158ff&color=a158ff">
|
|
</a>
|
|
<a href="https://github.com/anotherhadi/nixy/blob/main/LICENSE">
|
|
<img src="https://img.shields.io/static/v1.svg?style=for-the-badge&label=License&message=MIT&colorA=040409&colorB=a158ff&logo=unlicense&logoColor=a158ff&"/>
|
|
</a>
|
|
</div>
|
|
<br>
|
|
</div>
|
|
</h1>
|
|
|
|
Hello there! This is my **NixOs (w/home-manager) dotfiles** repo. It's still a *work in progress*, and I'm still learning how to use nix.
|
|
|
|
## Gallery
|
|
|
|

|
|

|
|

|
|

|
|
|
|
## Apps
|
|
|
|
<details>
|
|
<summary>Click to expand</summary>
|
|
|
|
| Category | Software |
|
|
|----------------|---------------|
|
|
| WM | Hyprland |
|
|
| | hyprlock |
|
|
| | hyprpaper |
|
|
| | hypridle |
|
|
| | wlogout |
|
|
| Bar | waybar |
|
|
| Terminal | kitty |
|
|
| Shell | zsh |
|
|
| | tmux |
|
|
| | starship |
|
|
| | bat |
|
|
| | eza |
|
|
| | zoxide |
|
|
| | fzf |
|
|
| Editor | nixvim |
|
|
| File manager | lf |
|
|
| | thunar |
|
|
| Browser | qutebrowser |
|
|
| Music | spicetify |
|
|
| Notifications | dunst |
|
|
| Launcher | wofi |
|
|
| DM | tuigreet |
|
|
| Secrets | sops-nix |
|
|
|
|
</details>
|
|
|
|
## Themes & Colors
|
|
|
|
Themes and colors are managed by the `home/themes` folder. You can copy the default `nixy.nix` theme and make your own.
|
|
|
|
To apply the theme to duckduckgo, follow the instructions in `$HOME/.config/duckduckgo-colorscheme.js`.
|
|
|
|
## Scripts
|
|
|
|
### Nix/NixOs shortcuts
|
|
|
|
<details>
|
|
<summary>Click to expand</summary>
|
|
|
|
- `nixy-edit`
|
|
- `nixy-rebuild`
|
|
- `nixy-update`
|
|
- `nixy-gc` # garbage collection
|
|
- `nixy-cb` # clean boot menu
|
|
|
|
</details>
|
|
|
|
### Brightness control
|
|
|
|
<details>
|
|
<summary>Click to expand</summary>
|
|
|
|
- `brightness-up`
|
|
- `brightness-down`
|
|
- `brightness-change <up/down> <increment>`
|
|
|
|
</details>
|
|
|
|
### Sound control
|
|
|
|
<details>
|
|
<summary>Click to expand</summary>
|
|
|
|
- `sound-up`
|
|
- `sound-down`
|
|
- `sound-toggle`
|
|
- `sound-output`
|
|
- `sound-change <up/down/mute> <increment>`
|
|
|
|
</details>
|
|
|
|
### Caffeine
|
|
|
|
<details>
|
|
<summary>Click to expand</summary>
|
|
|
|
Caffeine is a simple script that toggles hypridle (disable suspend & screenlock).
|
|
|
|
- `caffeine` # Toggle caffeine
|
|
- `caffeine-status` # Return active/inactive
|
|
|
|
</details>
|
|
|
|
### Night-Shift
|
|
|
|
<details>
|
|
<summary>Click to expand</summary>
|
|
|
|
Blue light filter, using wlsunset
|
|
|
|
- `night-shift-on`
|
|
- `night-shift-off`
|
|
|
|
</details>
|
|
|
|
### Nerdfont FZF
|
|
|
|
<details>
|
|
<summary>Click to expand</summary>
|
|
|
|
Nerdfont fzf is a quick way to search for nerdfont icons locally.
|
|
It will copy the selected icon to the clipboard.
|
|
|
|
- `nerdfont-fzf`
|
|
|
|
</details>
|
|
|
|
## Installation
|
|
|
|
```sh
|
|
git clone https://github.com/anotherhadi/nixy ~/.config/nixos
|
|
```
|
|
|
|
- Change the `variables.nix` file to match your configuration
|
|
- Remove the hardware module in flake.nix line 30
|
|
- Change the `nixos/configuration.nix` file to match your system
|
|
- Copy your `hardware-configuration.nix` file to the `nixos` folder
|
|
|
|
```sh
|
|
sudo nixos-rebuild switch --flake ~/.config/nixos#nixy
|
|
```
|