Updated emacs to wayland
This commit is contained in:
parent
fa1edc0995
commit
6b248c9097
4 changed files with 64 additions and 38 deletions
|
|
@ -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
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue