fix: restore imports in notebook and desktop profiles
This commit is contained in:
@@ -1,6 +1,12 @@
|
|||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
myConfig.wayland.enable = true;
|
myConfig.wayland.enable = true;
|
||||||
|
imports = [
|
||||||
|
../modules/kitty.nix
|
||||||
|
../modules/emacs.nix
|
||||||
|
../modules/niri.nix
|
||||||
|
../modules/dms.nix
|
||||||
|
];
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
# desktop specific packages
|
# desktop specific packages
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -1,5 +1,11 @@
|
|||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
|
imports = [
|
||||||
|
../modules/kitty.nix
|
||||||
|
../modules/emacs.nix
|
||||||
|
../modules/niri.nix
|
||||||
|
../modules/dms.nix
|
||||||
|
];
|
||||||
myConfig.wayland.enable = true;
|
myConfig.wayland.enable = true;
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
powertop
|
powertop
|
||||||
|
|||||||
Reference in New Issue
Block a user