oops
This commit is contained in:
parent
a5cf3fa2c0
commit
f31581e7d3
|
@ -35,4 +35,8 @@
|
|||
firefox.enable = true;
|
||||
kdeconnect.enable = true;
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
dino
|
||||
];
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue