This commit is contained in:
Chris Kruining 2025-01-25 16:59:55 +01:00
parent b8e2429566
commit b06525436b
10 changed files with 88 additions and 22 deletions

View file

@ -2,6 +2,11 @@
{
imports = [ ./hardware.nix ];
fileSystems."/var/media_from_conf" = {
device = "/dev/disk/by-label/data";
fsType = "ext4";
};
modules = {
themes = {
enable = true;