Skip to content

Commit 44fe975

Browse files
nixos: enable wayland support if on a graphical system
1 parent 121dc9e commit 44fe975

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

modules/nixos.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1+
{ config, ... }:
2+
13
{
24
programs.nixvim = {
35
defaultEditor = true;
6+
waylandSupport = config.services.graphical-desktop.enable;
47
};
58
}

0 commit comments

Comments
 (0)