Skip to content

Commit

Permalink
Merge remote-tracking branch 'khanelinix/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Frankel committed Oct 18, 2023
2 parents b2f0627 + aa86bb5 commit b14700c
Show file tree
Hide file tree
Showing 16 changed files with 595 additions and 431 deletions.
42 changes: 21 additions & 21 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,16 @@ in
};

config = mkIf cfg.enable {
environment.systemPackages = [
(pkgs.wrapOBS {
plugins = with pkgs.obs-studio-plugins; [
looking-glass-obs
obs-move-transition
obs-multi-rtmp
wlrobs
];
})
];
programs.obs-studio = {
enable = true;
package = pkgs.obs-studio;

plugins = with pkgs.obs-studio-plugins; [
looking-glass-obs
obs-move-transition
obs-multi-rtmp
wlrobs
];
};
};
}
4 changes: 2 additions & 2 deletions modules/home/cli-apps/k9s/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
inherit (lib) mkIf;
inherit (lib.internal) mkBoolOpt;

cfg = config.khanelinix.cli-apps.k9s;
cfg = config.beansnix.cli-apps.k9s;
in {
options.khanelinix.cli-apps.k9s = {
options.beansnix.cli-apps.k9s = {
enable = mkBoolOpt false "Whether or not to enable k9s.";
};

Expand Down
205 changes: 0 additions & 205 deletions modules/home/desktop/addons/waybar/default-modules.jsonc

This file was deleted.

Loading

0 comments on commit b14700c

Please sign in to comment.