Compare commits
No commits in common. "cbdb8909c0ddc0dea809db95c3191ac388c2a255" and "f12a60c50e9eac34e9c5af36f295f6b6cea16904" have entirely different histories.
cbdb8909c0
...
f12a60c50e
3 changed files with 2 additions and 2 deletions
|
@ -53,7 +53,7 @@
|
||||||
users.users.ravenshade = {
|
users.users.ravenshade = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "Zynh Ludwig";
|
description = "Zynh Ludwig";
|
||||||
extraGroups = [ "networkmanager" "wheel" "audio" ];
|
extraGroups = [ "networkmanager" "wheel" ];
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
ripgrep
|
ripgrep
|
||||||
lazygit
|
lazygit
|
||||||
|
|
|
@ -20,6 +20,7 @@ in
|
||||||
pulse.enable = true;
|
pulse.enable = true;
|
||||||
# jack.enable = true;
|
# jack.enable = true;
|
||||||
|
|
||||||
|
media-session.enable = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -8,5 +8,4 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
snowhawk.i18n.enable = lib.mkDefault true;
|
snowhawk.i18n.enable = lib.mkDefault true;
|
||||||
snowhawk.audio.enable = lib.mkDefault true;
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue