fix: import DOOMDIR variable for keybinding fix
This commit is contained in:
parent
5dc1be97af
commit
6c60827420
1 changed files with 7 additions and 2 deletions
|
@ -1,6 +1,11 @@
|
||||||
{ pkgs, lib, ... }: {
|
{ pkgs, lib, ... }: {
|
||||||
services.xserver.enable = true;
|
services.xserver = {
|
||||||
services.xserver.displayManager.lightdm.enable = true;
|
enable = true;
|
||||||
|
displayManager = {
|
||||||
|
lightdm.enable = true;
|
||||||
|
importedVariables = [ "DOOMDIR" ];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
xclip
|
xclip
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue