Add back steam deck, again?
This commit is contained in:
parent
87c2558155
commit
c0ff4c64e5
24 changed files with 296 additions and 143 deletions
|
@ -130,6 +130,7 @@ in {
|
|||
"browser.download.useDownloadDir" = true;
|
||||
"browser.startup.page" = 3;
|
||||
"browser.newtabpage.enabled" = false;
|
||||
"browser.tabs.inTitlebar" = 0;
|
||||
|
||||
"extensions.pocket.enabled" = false;
|
||||
"extensions.autoDisableScopes" = 0;
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
packages = with pkgs; [ mangohud ];
|
||||
file = {
|
||||
# These options exist in Nixlang, but the order is not respected.
|
||||
# As of 24.11, exec is no longer respected either. No clue why.
|
||||
".config/MangoHud/MangoHud.conf".text = ''
|
||||
table_columns=2
|
||||
frametime=0
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
MaxExternalThumbnailFileSize=-1
|
||||
MaxThumbnailFileSize=4096
|
||||
ShowThumbnails=true
|
||||
ThumbnailLocalFilesOnly=true
|
||||
ThumbnailLocalFilesOnly=false
|
||||
|
||||
[Window]
|
||||
AlwaysShowTabs=false
|
||||
|
|
|
@ -123,6 +123,7 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
(pkgs.writeScriptBin "rofiscripts" ''
|
||||
# Scratchpad function
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue