Skip to content

Latest commit

 

History

History
49 lines (37 loc) · 1016 Bytes

README.md

File metadata and controls

49 lines (37 loc) · 1016 Bytes

logo

Nix OS Configurations

English | 正體中文

Preview

preview

Introduction

My nix-os configuration dotfiles with flakes.

The configuration files can only be used for a 2.5K screen as the scale strategy is only for it.

Configurations

Key Value
Processor 11th Gen i5-11300H
Memory 16GB
OS NixOS 23.11
Kernel 6.1.71
Terminal kitty
Shell fish
Display Wayland
WM Hyprland

LICENSE

  • MIT

Installation

  1. Clone the repository to the /etc/nixos/:
sudo git clone [email protected]:KynixInHK/nix-config.git /etc/nixos/
  1. Copy your own hardware-configuration.nix to the hosts folder.
# Delete the origin file
sudo rm nix-config/hosts/hardware-configuration.nix

# Copy your own file
sudo cp ./hardware-configuration.nix nix-config/hosts/
  1. Switch to the configuration
sudo nixos-rebuild switch