HeinzDev / Hyprland-dotfiles

Welcome to my NixOS hyprland config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Português (Brasil) | English

awesome-rice-badge

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

  1. Baixe o projeto:
 $ git clone https://github.com/HeinzDev/Hyprland-dotfiles.git | cd Hyprland-dotfiles
  1. Instale o projeto:
$ chmod +x install.sh
$ ./install.sh

ou

$ cd Hyprland-dotfiles
$ sudo nixos-rebuild switch --flake .#enzo

HeinzDev

About

Welcome to my NixOS hyprland config


Languages

Language:Nix 98.9%Language:Shell 1.1%