refactor(nixosmodules): move desktop configs to a module
This commit is contained in:
parent
fc7d95acfd
commit
1a3ef0605b
7 changed files with 62 additions and 42 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue