Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fabiosouzadev/dotfiles.nix

Dotfiles using Nix!!!!
https://github.com/fabiosouzadev/dotfiles.nix

home-manager nix nix-flakes nixos nixos-config nixos-configuration nixpkgs

Last synced: 4 days ago
JSON representation

Dotfiles using Nix!!!!

Awesome Lists containing this project

README

        

# dotfiles.nix

## System Components
| | NixOS - i3-Xorg |Darwin(WIP)|
|:-----------------:|:-------------------:|:---------:|
| **DM** | XFCE+i3 | / |
| **WM/DE** | i3 | Yabai |
| **Compositor** | Picom (jonaburg) | / |
| **Bar** | Polybar | / |
| **Hotkeys** | / | Skhd |
| **Launcher** | Rofi | / |
| **GTK Theme** | / | / |
| **Notifications** | Dunst | / |
| **Terminal** | Alacritty | Alacritty |
| **Used by host** | VM & Probook | Macbook |

Components relevant to all hosts:
| **Shell** | Zsh |
|--------------|------------|
| **Terminal** | Alacritty |
| **Editors** | Neovim |

## NixOS Installation Guide

```sh
#sudo nixos-rebuild switch --flake #

sudo nixos-rebuild switch --flake .#notezapay
# or
sudo nixos-rebuild switch --flake .#vm
```

### Get secrets
```sh
git clone [email protected]:fabiosouzadev/secrets.git ~/.password-store
```