Updated emacs to wayland

This commit is contained in:
Aleksandr Lebedev 2025-01-27 07:49:58 +01:00
parent fa1edc0995
commit 6b248c9097
4 changed files with 64 additions and 38 deletions

View file

@ -1,7 +1,18 @@
{ ... }:
{
imports = [
./hyprland.nix
#../kando
];
pkgs,
username,
lib,
hwconfig,
...
}:
{
imports = [
(import ./hyprland.nix {
inherit pkgs;
inherit lib;
inherit hwconfig;
inherit username;
})
#../kando
];
}