This commit is contained in:
Audrey 2025-02-19 02:54:07 -07:00
parent a5cf3fa2c0
commit f31581e7d3
2 changed files with 5 additions and 1 deletions

View File

@ -35,4 +35,8 @@
firefox.enable = true;
kdeconnect.enable = true;
};
environment.systemPackages = with pkgs; [
dino
];
}

View File

@ -1,7 +1,7 @@
{ config, lib, pkgs, ... }:
{
imports = [ ./hardware-configuration.nix ../configuration-desktop.nix ];
imports = [ ./hardware-configuration.nix ../../configuration-desktop.nix ];
boot.initrd.supportedFilesystems = [ "zfs" ];
boot.initrd.systemd.enable = true;