mirror of
https://codeberg.org/muon/home.git
synced 2026-03-09 11:53:12 +00:00
Add hyprland
Add unfree
This commit is contained in:
parent
d676358f1a
commit
31ffdc94e8
18 changed files with 185 additions and 44 deletions
|
|
@ -1,7 +1,5 @@
|
|||
{ pkgs, lib, config, ... }: {
|
||||
options = {
|
||||
mods.terminal.emulator.enable = lib.mkEnableOption "enables terminal emulator";
|
||||
};
|
||||
options.mods.terminal.emulator.enable = lib.mkEnableOption "enables terminal emulator";
|
||||
|
||||
config = lib.mkIf config.mods.terminal.emulator.enable {
|
||||
programs.alacritty.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue