Compare commits

..

No commits in common. "45c45e2e1177c0b4713b3952170b3a5f94683474" and "29f32e1dc9960db76669db542a8521c57f175d91" have entirely different histories.

2 changed files with 4 additions and 1 deletions

View file

@ -21,6 +21,9 @@ in
user = "jade";
};
defaultSession = "niri";
sessionPackages = [
pkgs.sway
];
};
xserver.displayManager.gdm = {
enable = true;

View file

@ -9,7 +9,7 @@ in
with lib; {
options.jade.desktop.media.obs = mkEnableOption "Enable OBS";
config = mkIf cfg {
config = mkIf cfg.enable {
# OBS stuffs
environment.systemPackages = [
(pkgs.wrapOBS {