Added toggles to the flake, to select Desktop environment easily.
This commit is contained in:
7
home.nix
7
home.nix
@ -1,4 +1,4 @@
|
||||
{ inputs, config, pkgs, username, version, ... }:
|
||||
{ lib, inputs, config, pkgs, username, version, hyprlandEnabled, ... }:
|
||||
{
|
||||
|
||||
# Home Manager needs a bit of information about you and the
|
||||
@ -10,8 +10,9 @@
|
||||
inputs.zen-browser.homeModules.beta
|
||||
# or inputs.zen-browser.homeModules.twilight
|
||||
# or inputs.zen-browser.homeModules.twilight-official
|
||||
./hyprland/hyprland-home.nix
|
||||
];
|
||||
#./hyprland/hyprland-home.nix
|
||||
]
|
||||
++ lib.optional hyprlandEnabled ./hyprland/hyprland-home.nix;
|
||||
|
||||
# This value determines the Home Manager release that your
|
||||
# configuration is compatible with. This helps avoid breakage
|
||||
|
||||
Reference in New Issue
Block a user