Switching to Framework 16
This commit is contained in:
parent
9b294fd648
commit
365845ea63
9 changed files with 153 additions and 115 deletions
14
flake.nix
14
flake.nix
|
|
@ -9,28 +9,32 @@
|
|||
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
|
||||
nix-flatpak.url = "github:gmodena/nix-flatpak/latest";
|
||||
zen-browser.url = "github:0xc000022070/zen-browser-flake";
|
||||
disko.url = "github:nix-community/disko";
|
||||
disko.inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, nixpkgs-unstable, nixos-hardware, nix-flatpak, ... }@attrs: {
|
||||
outputs = { self, nixpkgs, nixpkgs-unstable, nixos-hardware, nix-flatpak, disko, ... }@attrs: {
|
||||
nixosConfigurations = {
|
||||
lyes-pc = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
specialArgs = attrs;
|
||||
modules = [
|
||||
./hosts/lyes-pc
|
||||
./hosts/lyes-pc/disko-config.nix
|
||||
|
||||
./users/lyes
|
||||
|
||||
./modules
|
||||
./modules/desktop
|
||||
./modules/gaming
|
||||
./modules/nvidia
|
||||
./modules/specialisations/old-kernel.nix
|
||||
./modules/specialisations/gaming.nix
|
||||
# ./modules/nvidia
|
||||
# ./modules/specialisations/old-kernel.nix
|
||||
# ./modules/specialisations/gaming.nix
|
||||
./modules/sway
|
||||
|
||||
nix-flatpak.nixosModules.nix-flatpak
|
||||
nixos-hardware.nixosModules.lenovo-thinkpad-x1-extreme-gen4
|
||||
nixos-hardware.nixosModules.framework-16-7040-amd
|
||||
disko.nixosModules.disko
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue