refactor(nixosmodules): move desktop configs to a module

This commit is contained in:
Mohammad Rafiq 2025-05-03 12:59:13 +08:00
parent fc7d95acfd
commit 1a3ef0605b
No known key found for this signature in database
7 changed files with 62 additions and 42 deletions

View file

@ -1,4 +1,3 @@
{ inputs, ... }:
{
boot-config.bootloader = "systemd-boot";
hardware-config.cpu = "amd";
@ -7,6 +6,8 @@
fs-config.mountHeliosData = true;
nw-config.wol.enable = true;
nw-config.wol.interface = "enp12s0";
de.enable = true;
de.type = "hyprland";
fileSystems."/" = {
device = "/dev/disk/by-uuid/e5005ea6-6c5a-4ab3-9767-ce7772582024";