mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 08:07:45 +00:00
Compare commits
3 commits
846a7ac814
...
2ff6d53025
| Author | SHA1 | Date | |
|---|---|---|---|
| 2ff6d53025 | |||
| 7a66fb4cef | |||
| b3cfddeafe |
2 changed files with 7 additions and 4 deletions
|
|
@ -67,6 +67,11 @@ 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" "nvim"];
|
args = ["-c" "direnv exec . nvim"];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
@ -98,9 +98,7 @@ in {
|
||||||
};
|
};
|
||||||
_children = [
|
_children = [
|
||||||
{
|
{
|
||||||
pane = {
|
pane = {};
|
||||||
command = "zsh";
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue