mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-01 03:29:24 +01:00
udiskie: Only enable if hyprland
Conditional imports like this could make it easier to import everything at once and selectively exclude as needed.
This commit is contained in:
parent
42699b6985
commit
b2ff95f11b
@ -1,3 +1,5 @@
|
||||
{ lib, config, ... }:
|
||||
|
||||
{
|
||||
home-manager.sharedModules = [
|
||||
./dunst.nix
|
||||
@ -20,7 +22,7 @@
|
||||
./rofi.nix
|
||||
./swaylock.nix
|
||||
./thunar.nix
|
||||
./udiskie.nix
|
||||
(lib.mkIf (config.programs.hyprland.enable == true) ./udiskie.nix)
|
||||
./waybar.nix
|
||||
./waycorner.nix
|
||||
./xcursor.nix
|
||||
|
Loading…
Reference in New Issue
Block a user