home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit 6f6bf38242406d7e78a5733aead5f8cf497c407c
parent 7027716f4351ae9e3cae666a471c8b5f8e436d90
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Thu, 18 Nov 2021 10:41:48 +0100

Revert "users/vincent: i3 conditionals try"

This reverts commit 7027716f4351ae9e3cae666a471c8b5f8e436d90.

Diffstat:
Musers/vincent/desktop/default.nix | 4+---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/users/vincent/desktop/default.nix b/users/vincent/desktop/default.nix @@ -9,9 +9,7 @@ ./keyboard.nix ./mpv.nix ./spotify.nix - ] ++ lib.optionals nixosConfig.profiles.desktop.i3.enable [ ./i3.nix ] - # this is for the future - ++ lib.optionals nixosConfig.modules.desktop.i3.enable [ ./i3.nix ]; + ] ++ lib.optionals nixosConfig.profiles.desktop.i3.enable [ ./i3.nix ]; home.sessionVariables = { WEBKIT_DISABLE_COMPOSITING_MODE = 1; }; home.packages = with pkgs; [