Compare commits
No commits in common. "45c45e2e1177c0b4713b3952170b3a5f94683474" and "29f32e1dc9960db76669db542a8521c57f175d91" have entirely different histories.
45c45e2e11
...
29f32e1dc9
2 changed files with 4 additions and 1 deletions
|
@ -21,6 +21,9 @@ in
|
||||||
user = "jade";
|
user = "jade";
|
||||||
};
|
};
|
||||||
defaultSession = "niri";
|
defaultSession = "niri";
|
||||||
|
sessionPackages = [
|
||||||
|
pkgs.sway
|
||||||
|
];
|
||||||
};
|
};
|
||||||
xserver.displayManager.gdm = {
|
xserver.displayManager.gdm = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
@ -9,7 +9,7 @@ in
|
||||||
with lib; {
|
with lib; {
|
||||||
options.jade.desktop.media.obs = mkEnableOption "Enable OBS";
|
options.jade.desktop.media.obs = mkEnableOption "Enable OBS";
|
||||||
|
|
||||||
config = mkIf cfg {
|
config = mkIf cfg.enable {
|
||||||
# OBS stuffs
|
# OBS stuffs
|
||||||
environment.systemPackages = [
|
environment.systemPackages = [
|
||||||
(pkgs.wrapOBS {
|
(pkgs.wrapOBS {
|
||||||
|
|
Loading…
Add table
Reference in a new issue