☄ Enter waybar
Moved waybar config into NixOS configuration. Added test script to check config without switching
This commit is contained in:
@ -59,9 +59,9 @@
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
environment.sessionVariables = {
|
||||
# Tells Electron apps to use Wayland
|
||||
NIXOS_OZONE_WL = "1";
|
||||
NIXOS_CONFIG_PATH = "/etc/nixos";
|
||||
# Tells Electron apps to use Wayland
|
||||
NIXOS_OZONE_WL = "1";
|
||||
NIXOS_CONFIG_PATH = "/etc/nixos";
|
||||
};
|
||||
|
||||
# List packages installed in system profile. To search, run:
|
||||
|
Reference in New Issue
Block a user