steamdeck stuff
This commit is contained in:
10
flake.nix
10
flake.nix
@@ -241,6 +241,13 @@
|
||||
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 #
|
||||
#####################################################
|
||||
@@ -317,6 +324,7 @@
|
||||
steamdeck-nixos-hardware,
|
||||
steamdeck-sops-nix,
|
||||
steamdeck-steam-rom-manager,
|
||||
steamdeck-disko,
|
||||
|
||||
# MacBook
|
||||
nix-darwin,
|
||||
@@ -513,7 +521,7 @@
|
||||
inherit inputs outputs;
|
||||
};
|
||||
modules = [
|
||||
pi4-disko.nixosModules.disko
|
||||
steamdeck-disko.nixosModules.disko
|
||||
./share/disko/disko.nix
|
||||
steamdeck-impermanence.nixosModules.impermanence
|
||||
steamdeck-lanzaboote.nixosModules.lanzaboote
|
||||
|
||||
Reference in New Issue
Block a user