Add back steam deck, again?

This commit is contained in:
Jimbo 2024-11-22 20:28:52 -05:00
parent 87c2558155
commit c0ff4c64e5
24 changed files with 296 additions and 143 deletions

View file

@ -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;

View file

@ -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

View file

@ -43,7 +43,7 @@
MaxExternalThumbnailFileSize=-1
MaxThumbnailFileSize=4096
ShowThumbnails=true
ThumbnailLocalFilesOnly=true
ThumbnailLocalFilesOnly=false
[Window]
AlwaysShowTabs=false

View file

@ -123,6 +123,7 @@
};
};
};
home.packages = with pkgs; [
(pkgs.writeScriptBin "rofiscripts" ''
# Scratchpad function

View file

@ -5,6 +5,7 @@
homeDirectory = "/home/jimbo";
sessionVariables = {
EDITOR = "nvim";
MANPAGER = "nvim +Man!";
LIBVIRT_DEFAULT_URI = "qemu:///system";
HISTCONTROL = "ignoreboth";
NIXPKGS_ALLOW_UNFREE = 1;

View file

@ -8,9 +8,9 @@
openssh.authorizedKeys.keys = [
(builtins.readFile ../../../../../hosts/tower/id_ed25519.pub)
(builtins.readFile ../../../../../hosts/axolotl/id_ed25519.pub)
(builtins.readFile ../../../../../hosts/lacros/id_ed25519.pub)
(builtins.readFile ../../../../../hosts/redmond/id_ed25519.pub)
(builtins.readFile ../../../../../hosts/pomme/id_ed25519.pub)
(builtins.readFile ../../../../../hosts/kitty/id_ed25519.pub)
(builtins.readFile ../../../../../hosts/xenia/id_ed25519.pub)

View file

@ -33,6 +33,7 @@
files = [
".zsh_history"
".local/share/clipman.json"
".local/state/lazygit/state.yml"
".local/share/applications" # Create this so nothing gets generated inside of it
];

View file

@ -20,7 +20,7 @@
# Advertise to Windows
samba-wsdd = {
enable = true;
enable = config.system.server.enable;
openFirewall = true;
};
};