update
This commit is contained in:
10
flake.nix
10
flake.nix
@@ -9,6 +9,7 @@
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
|
||||
catppuccin.url = "github:catppuccin/nix";
|
||||
};
|
||||
|
||||
outputs = {
|
||||
@@ -16,6 +17,7 @@
|
||||
stable-nixpkgs,
|
||||
home-manager,
|
||||
nixos-hardware,
|
||||
catppuccin,
|
||||
...
|
||||
} @ inputs: let
|
||||
system = "x86_64-linux";
|
||||
@@ -34,9 +36,15 @@
|
||||
modules = [
|
||||
./configuration.nix
|
||||
nixos-hardware.nixosModules.framework-13th-gen-intel
|
||||
catppuccin.nixosModules.catppuccin
|
||||
home-manager.nixosModules.home-manager
|
||||
{
|
||||
home-manager.users.toaster = ./home.nix;
|
||||
home-manager.users.toaster = {
|
||||
imports = [
|
||||
./home.nix
|
||||
catppuccin.homeModules.catppuccin
|
||||
];
|
||||
};
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user