diff options
| author | Baitinq <[email protected]> | 2022-06-17 20:56:30 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2022-06-17 20:56:30 +0200 |
| commit | c5ac39040a8309a0abe966b87011d6b1e8553447 (patch) | |
| tree | b73d696e9b99f6c508c84435e98cd47a72527419 /modules | |
| parent | Initial commit (diff) | |
| download | nixos-config-c5ac39040a8309a0abe966b87011d6b1e8553447.tar.gz nixos-config-c5ac39040a8309a0abe966b87011d6b1e8553447.tar.bz2 nixos-config-c5ac39040a8309a0abe966b87011d6b1e8553447.zip | |
Refractor and move neovim to be a system pkg
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/xorg/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/xorg/default.nix b/modules/xorg/default.nix index e5fd446..aeb4301 100644 --- a/modules/xorg/default.nix +++ b/modules/xorg/default.nix @@ -27,4 +27,5 @@ }; systemd.user.services.polkit-gnome-authentication-agent-1.enable = true; + #xsession.enable = true; NOT NEEDED RIGHT } |