Switch to Wayland
This commit is contained in:
parent
b19476f92b
commit
64e94d4ff8
22 changed files with 503 additions and 1040 deletions
|
|
@ -4,9 +4,7 @@ with lib;
|
|||
with lib.my;
|
||||
let cfg = config.modules.desktop.alacritty;
|
||||
in {
|
||||
options.modules.desktop.alacritty = {
|
||||
enable = mkBoolOpt false;
|
||||
};
|
||||
options.modules.desktop.alacritty = { enable = mkBoolOpt false; };
|
||||
config = mkIf cfg.enable {
|
||||
home-manager.users.${config.user.name} = {
|
||||
programs.alacritty = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue