Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!!!!
- Host: GitHub
- URL: https://github.com/fabiosouzadev/dotfiles.nix
- Owner: fabiosouzadev
- Created: 2024-01-29T15:52:23.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-10-29T12:20:55.000Z (about 2 months ago)
- Last Synced: 2024-10-29T14:49:44.456Z (about 2 months ago)
- Topics: home-manager, nix, nix-flakes, nixos, nixos-config, nixos-configuration, nixpkgs
- Language: Nix
- Homepage:
- Size: 102 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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
```