lmenale / NixOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LuMe NixOS Dotfiles

Apps:

NixOS 23.05
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
│  └── laptop
│      └── fonts
│      └── virtualisation
├── nixos
│  ├── configuration.nix
│  └── hardware-configuration.nix
├── flake.nix
└── install.sh

Installation

  1. Download the project:
 $ git clone https://github.com/lmenale/NixOS.git | cd NixOS
  1. Install the project:
$ chmod +x install.sh
$ ./install.sh

or

$ cd NixOS
$ sudo nixos-rebuild switch --flake .#lume

About


Languages

Language:Nix 98.1%Language:Shell 1.9%