fix: restore imports in notebook and desktop profiles

This commit is contained in:
2026-03-04 20:39:19 +01:00
parent b65ddebc66
commit aec3d58b1b
2 changed files with 12 additions and 0 deletions
+6
View File
@@ -1,6 +1,12 @@
{ pkgs, ... }:
{
myConfig.wayland.enable = true;
imports = [
../modules/kitty.nix
../modules/emacs.nix
../modules/niri.nix
../modules/dms.nix
];
home.packages = with pkgs; [
# desktop specific packages
];