steamdeck stuff

This commit is contained in:
mjallen18
2025-05-20 11:27:14 -05:00
parent 94d5dfda60
commit fb95e0508a
2 changed files with 10 additions and 2 deletions

View File

@@ -241,6 +241,13 @@
inputs.home-manager.follows = "steamdeck-home-manager"; inputs.home-manager.follows = "steamdeck-home-manager";
}; };
steamdeck-disko = {
# the fork is needed for partition attributes support
url = "github:nvmd/disko/gpt-attrs";
# url = "github:nix-community/disko";
inputs.nixpkgs.follows = "steamdeck-nixpkgs";
};
##################################################### #####################################################
# MacBook # # MacBook #
##################################################### #####################################################
@@ -317,6 +324,7 @@
steamdeck-nixos-hardware, steamdeck-nixos-hardware,
steamdeck-sops-nix, steamdeck-sops-nix,
steamdeck-steam-rom-manager, steamdeck-steam-rom-manager,
steamdeck-disko,
# MacBook # MacBook
nix-darwin, nix-darwin,
@@ -513,7 +521,7 @@
inherit inputs outputs; inherit inputs outputs;
}; };
modules = [ modules = [
pi4-disko.nixosModules.disko steamdeck-disko.nixosModules.disko
./share/disko/disko.nix ./share/disko/disko.nix
steamdeck-impermanence.nixosModules.impermanence steamdeck-impermanence.nixosModules.impermanence
steamdeck-lanzaboote.nixosModules.lanzaboote steamdeck-lanzaboote.nixosModules.lanzaboote

View File

@@ -1,6 +1,6 @@
{ ... }: { ... }:
let let
rootDisk = "/dev/sda"; rootDisk = "/dev/nvme0n1";
in in
{ {
disko.devices.disk.main.imageSize = "32G"; disko.devices.disk.main.imageSize = "32G";