Add OBS and cleanup alias

This commit is contained in:
thiloho
2023-06-22 00:11:29 +02:00
parent cdc870d5ac
commit 2f0552c790

View File

@@ -163,6 +163,7 @@
shellAliases = { shellAliases = {
rbs = "sudo nixos-rebuild switch --flake ."; rbs = "sudo nixos-rebuild switch --flake .";
off = "sudo systemctl poweroff"; off = "sudo systemctl poweroff";
cleanup = "nix store optimise && nix-collect-garbage -d && sudo nix store optimise && sudo nix-collect-garbage -d";
}; };
}; };
helix = { helix = {
@@ -218,6 +219,7 @@
enable = true; enable = true;
package = pkgs.firefox-devedition; package = pkgs.firefox-devedition;
}; };
obs-studio.enable = true;
git = { git = {
enable = true; enable = true;
userName = "thiloho"; userName = "thiloho";
@@ -236,6 +238,7 @@
}; };
home = { home = {
sessionVariables = { sessionVariables = {
NIXOS_OZONE_WL = "1";
EDITOR = "hx"; EDITOR = "hx";
}; };
stateVersion = "22.11"; stateVersion = "22.11";