Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vunguyentuan/nixos
https://github.com/vunguyentuan/nixos
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/vunguyentuan/nixos
- Owner: vunguyentuan
- Created: 2023-10-24T02:42:39.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-04T12:36:56.000Z (about 1 year ago)
- Last Synced: 2024-10-03T07:08:23.484Z (about 2 months ago)
- Language: Nix
- Size: 6.66 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README_en.md
Awesome Lists containing this project
README
**English** | [Portuguese (PT-BR)](README.md)
HeinzDev NixOS Dotfiles
### Apps:
| | NixOS 23.11 |
|--------------------------|:-------------------------------------:|
| **Desktop Environment** | [Hyprland](https://hyprland.org) |
| **Terminal Emulator** | [Cool-Retro-Term](https://github.com/Swordfish90/cool-retro-term) |
| **Display Server** | [Wayland](https://wayland.freedesktop.org) |
| **Application Launcher** | [Rofi](https://github.com/davatorium/rofi) |
| **Shell** | [Zsh](https://zsh.sourceforge.io) |
| **Text Editor** | [Neovim](https://neovim.io) |### DE/WM
**Hyprland**
Desktop Environment:
## Nix Dotfiles Directory Structure
```
├── home
│ ├── programs
│ │ ├── alacritty
│ │ ├── hypr
│ │ ├── kitty
│ │ ├── rofi
│ │ ├── waybar
│ │ └── zsh
│ ├── scripts
│ ├── themes
│ │ └── cava
│ ├── wallpapers
│ └── home.nix
├── host
│ └── desktop
│ └── fonts
│ └── virtualisation
├── nixos
│ ├── configuration.nix
│ └── hardware-configuration.nix
├── flake.nix
└── install.sh
```### Installation
0. Download the project:
```bash
$ git clone https://github.com/HeinzDev/Nix-Dotfiles.git | cd Hyprland-dotfiles
```1. Install the project:
```bash
$ chmod +x install.sh
$ ./install.sh
```
or```bash
$ cd Hyprland-dotfiles
$ sudo nixos-rebuild switch --flake .#enzo
```