Compare commits

..

No commits in common. "2ff6d53025e274952fc266abf5e96ecded51ae4f" and "846a7ac814376e38badbe88560a8d60a55ee6102" have entirely different histories.

2 changed files with 4 additions and 7 deletions

View file

@ -67,11 +67,6 @@ in {
services.picom.enable = true; services.picom.enable = true;
services.picom.opacityRules = ["50:name *= '^Cheat$'"]; services.picom.opacityRules = ["50:name *= '^Cheat$'"];
# Turn off screen-saver
environment.extraInit = ''
xset s off -dpms
'';
# Proprietary </3 # Proprietary </3
mods.unfree.steam.enable = true; mods.unfree.steam.enable = true;
mods.unfree.nvidia.enable = true; mods.unfree.nvidia.enable = true;

View file

@ -85,7 +85,7 @@ in {
{ {
pane = { pane = {
command = "zsh"; command = "zsh";
args = ["-c" "direnv exec . nvim"]; args = ["-c" "nvim"];
}; };
} }
]; ];
@ -98,7 +98,9 @@ in {
}; };
_children = [ _children = [
{ {
pane = {}; pane = {
command = "zsh";
};
} }
]; ];
}; };