mirror of
https://github.com/thiloho/nixos-config.git
synced 2025-11-22 03:21:35 +01:00
Add OBS and cleanup alias
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user