mew
This commit is contained in:
parent
b69b80c93f
commit
11bd02cf4f
18 changed files with 177 additions and 26 deletions
14
flake.nix
14
flake.nix
|
|
@ -2,10 +2,12 @@
|
|||
description = "xyno doin nixos";
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-24.11";
|
||||
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable";
|
||||
nixpkgs-master.url = "github:nixos/nixpkgs?ref=master";
|
||||
mobile-nixos.url = "github:mobile-nixos/mobile-nixos";
|
||||
mobile-nixos.flake = false;
|
||||
nix-flatpak.url = "github:gmodena/nix-flatpak?ref=latest";
|
||||
home-manager.url = "github:nix-community/home-manager/release-24.11";
|
||||
home-manager.url = "github:nix-community/home-manager";
|
||||
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
||||
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
|
||||
quadlet.url = "github:SEIAROTg/quadlet-nix";
|
||||
|
|
@ -34,7 +36,6 @@
|
|||
helix.inputs.nixpkgs.follows = "nixpkgs-master";
|
||||
csharp-language-server.url = "github:sofusa/csharp-language-server";
|
||||
csharp-language-server.inputs.nixpkgs.follows = "nixpkgs-master";
|
||||
|
||||
|
||||
};
|
||||
|
||||
|
|
@ -69,15 +70,16 @@
|
|||
config.allowUnfree = true;
|
||||
};
|
||||
};
|
||||
nixosConfigurations =
|
||||
lib.xyno.loadInstances ./instances ([
|
||||
nixosConfigurations = lib.xyno.loadInstances ./instances (
|
||||
[
|
||||
inputs.lix-module.nixosModules.default
|
||||
inputs.kmonad.nixosModules.default
|
||||
inputs.home-manager.nixosModules.default
|
||||
inputs.lanzaboote.nixosModules.lanzaboote
|
||||
inputs.quadlet.nixosModules.quadlet
|
||||
]
|
||||
++ (import ./modules/module-list.nix));
|
||||
++ (import ./modules/module-list.nix)
|
||||
);
|
||||
devShell."x86_64-linux" =
|
||||
let
|
||||
pkgs = genPkgs "x86_64-linux";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue