Português (Brasil) | English
NixOS 23.11 | |
---|---|
Desktop Environment | Hyprland |
Terminal Emulator | Cool-Retro-Term |
Display Server | Wayland |
Application Launcher | Rofi |
Shell | Zsh |
Text Editor | Neovim |
Ambiente Desktop:
├── 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
- 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