Skip to content

Latest commit

 

History

History
87 lines (67 loc) · 2.6 KB

README_en.md

File metadata and controls

87 lines (67 loc) · 2.6 KB

English | Portuguese (PT-BR)

awesome-rice-badge

HeinzDev NixOS Dotfiles

Apps:

NixOS 23.11
Desktop Environment Hyprland
Terminal Emulator Cool-Retro-Term
Display Server Wayland
Application Launcher Rofi
Shell Zsh
Text Editor Neovim

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

  1. Download the project:
 $ git clone https://github.com/HeinzDev/Nix-Dotfiles.git | cd Hyprland-dotfiles
  1. Install the project:
$ chmod +x install.sh
$ ./install.sh

or

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