diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-03-24 00:58:45 +0100 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-03-24 00:58:45 +0100 |
commit | 5d6156f56c3f463013e696d257dd540c7aa1d4fe (patch) | |
tree | 7e7d8c8bc044820c83fd5ec5f2a5b5a2b06e6686 /modules | |
parent | Overlays: Base: Add nvim runtime deps to overlay (diff) | |
download | nixos-config-5d6156f56c3f463013e696d257dd540c7aa1d4fe.tar.gz nixos-config-5d6156f56c3f463013e696d257dd540c7aa1d4fe.tar.bz2 nixos-config-5d6156f56c3f463013e696d257dd540c7aa1d4fe.zip |
fmt
Diffstat (limited to 'modules')
-rw-r--r-- | modules/xorg/default.nix | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/xorg/default.nix b/modules/xorg/default.nix index 0d5ffff..55c704f 100644 --- a/modules/xorg/default.nix +++ b/modules/xorg/default.nix @@ -5,10 +5,10 @@ # We are kind of screwed :) environment.systemPackages = [ (pkgs.writeShellScriptBin "wayland-session" '' - /run/current-system/systemd/bin/systemctl --user start graphical-session.target - dbus-run-session "$@" - /run/current-system/systemd/bin/systemctl --user stop graphical-session.target - '') + /run/current-system/systemd/bin/systemctl --user start graphical-session.target + dbus-run-session "$@" + /run/current-system/systemd/bin/systemctl --user stop graphical-session.target + '') ]; services.xserver = { |