no idea what I changed but im sure its fine

This commit is contained in:
Emile Clark-Boman 2025-02-12 13:08:02 +10:00
parent a448ce3f39
commit 23942b961e
8 changed files with 305 additions and 2 deletions

View file

@ -16,6 +16,7 @@
../modules/fish.nix
../modules/editor/helix.nix
../modules/btop.nix
../modules/rio.nix
../modules/firefox.nix
../modules/nixcord.nix
@ -89,6 +90,16 @@
# these are both required for home-manager to work
home-manager.enable = true;
# DEBUG: testing if my xdg-desktop-portal-hyprland is working or not
obs-studio = {
enable = true;
plugins = with pkgs.obs-studio-plugins; [
wlrobs
obs-backgroundremoval
obs-pipewire-audio-capture
];
};
# I want to use fish as my login shell but it always
# goes terrible cause it isn't POSIX compliant, so
# instead Bash is my login and it will just exec fish