README.md
November 2, 2023 · View on GitHub
Português (Brasil) | English


HeinzDev NixOS Dotfiles
Aplicações:
| NixOS 23.11 | |
|---|---|
| Desktop Environment | Hyprland |
| Terminal Emulator | Cool-Retro-Term |
| Display Server | Wayland |
| Application Launcher | Rofi |
| Shell | Zsh |
| Text Editor | Neovim |
Hyprland
Ambiente Desktop:


Estrutura
Estrutura do Nix Dotfiles/
├── 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
Instalação
- Baixe o projeto:
$ git clone https://github.com/HeinzDev/Hyprland-dotfiles.git | cd Hyprland-dotfiles
- Instale o projeto:
$ chmod +x install.sh
$ ./install.sh
ou
$ cd Hyprland-dotfiles
$ sudo nixos-rebuild switch --flake .#enzo