My NixOS setup for Framework 13 (AMD Ryzen 7040) with Home Manager and Flakes for hyprland (lua) + Noctalia v5
This repository contains a NixOS configuration tailored for the Framework 13 (AMD Ryzen 7040). It uses Nix Flakes and Home Manager for a reproducible workstation setup with Hyprland (lua), noctalia v5 and ly.
configuration.nix— System-wide NixOS configurationhome.nix— User environment (Home Manager) configurationflake.nix— Flake inputs and NixOS configuration wiring
.
├── configs
│ ├── foot
│ │ └── foot.ini
│ └── hypr
│ ├── hl.meta.lua
│ └── hyprland.lua
├── configuration.nix
├── flake.lock
├── flake.nix
├── hardware-configuration.nix
├── home.nix
└── README.md
4 directories, 9 files
- hyprland with lua
- noctalia v5
- ly as your login screen
- home manager for your configs
git clone https://github.com/ViSovereign/framework13-nixos.git
cd framework13-nixos