some things to bring to attention
This commit is contained in:
alsaiduq-lab 2025-12-23 15:37:16 -07:00
parent 4ca8852a9b
commit e00ee79ea6
7 changed files with 102 additions and 146 deletions

View file

@ -14,18 +14,18 @@
boot.extraModulePackages = [ ];
fileSystems."/" =
{ device = "/dev/disk/by-uuid/2feb61a9-08b6-490d-a838-2259d7ddee4f";
{ device = "/dev/disk/by-uuid/0033d82c-8012-4abf-8c0c-ecfd36f0bdb6";
fsType = "ext4";
};
fileSystems."/boot" =
{ device = "/dev/disk/by-uuid/DD80-2994";
{ device = "/dev/disk/by-uuid/23DF-0813";
fsType = "vfat";
options = [ "fmask=0077" "dmask=0077" ];
};
swapDevices =
[ { device = "/dev/disk/by-uuid/6a02b3ae-531f-4231-ad33-346740ae4b53"; }
[ { device = "/dev/disk/by-uuid/b808d338-9198-4f8d-ab6a-2b2e4e6fc9da"; }
];
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking

View file

@ -10,7 +10,7 @@
experimental-features = ["nix-command" "flakes"];
substituters = [
"https://cache.nixos.org"
"https://anyrun.cachix.org"
"https://nix-gaming.cachix.org"
"https://ghostty.cachix.org"
"https://hyprland.cachix.org"
"https://nix-community.cachix.org"
@ -18,7 +18,7 @@
];
trusted-public-keys = [
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
"anyrun.cachix.org-1:pqBobmOjI7nKlsUMV25u9QHa9btJK65/C8vnO3p346s="
"nix-gaming.cachix.org-1:nbjlureqMbRAxR1gJ/f3hxemL9svXaZF/Ees8vCUUs4="
"ghostty.cachix.org-1:QB389yTa6gTyneehvqG58y0WnHjQOqgnA+wBnpWWxns="
"hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="

View file

@ -3,6 +3,9 @@
enable = true;
# apparently enabling this makes big picture boot up, does not work on nvidia however
# gamescopeSession.enable = true;
extraCompatPackages = [
pkgs.proton-ge-bin
];
};
programs.gamemode = {
enable = true;