mv mako to hyprland
This commit is contained in:
parent
00fa7a3c36
commit
33ef812e07
@ -3,7 +3,7 @@ let
|
||||
inherit (lib) mkIf;
|
||||
in
|
||||
{
|
||||
config = mkIf smayzy.mako.enable {
|
||||
config = mkIf smayzy.hyprland.enable {
|
||||
services.mako = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
||||
@ -18,7 +18,6 @@
|
||||
./ide
|
||||
./isolation
|
||||
./networking
|
||||
./notif
|
||||
./office
|
||||
./shell
|
||||
./terminal
|
||||
|
||||
@ -1,6 +0,0 @@
|
||||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
./mako.nix
|
||||
];
|
||||
}
|
||||
@ -1,22 +0,0 @@
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
let
|
||||
inherit (lib) mkIf mkOption types;
|
||||
in
|
||||
{
|
||||
options.smayzy.mako.enable = mkOption {
|
||||
type = types.bool;
|
||||
default = false;
|
||||
description = "mako";
|
||||
};
|
||||
|
||||
config = mkIf config.smayzy.mako.enable {
|
||||
environment.systemPackages = with pkgs; [
|
||||
mako
|
||||
];
|
||||
};
|
||||
}
|
||||
@ -25,8 +25,6 @@ in
|
||||
|
||||
fonts.packages = with pkgs; [ nerd-fonts.jetbrains-mono ];
|
||||
|
||||
smayzy.mako.enable = true;
|
||||
|
||||
smayzy.kitty.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
@ -42,6 +40,7 @@ in
|
||||
cliphist
|
||||
grim
|
||||
slurp
|
||||
mako
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user