mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 08:07:45 +00:00
Compare commits
No commits in common. "2ff6d53025e274952fc266abf5e96ecded51ae4f" and "846a7ac814376e38badbe88560a8d60a55ee6102" have entirely different histories.
2ff6d53025
...
846a7ac814
2 changed files with 4 additions and 7 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
|
|
@ -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";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue