feat: copied some configuration from JaKooLit & ZaneyOS configs
This commit is contained in:
@@ -3,11 +3,11 @@
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
|
||||
home-manager = {
|
||||
url = "github:nix-community/home-manager";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
stylix.url = "github:danth/stylix";
|
||||
};
|
||||
|
||||
outputs = {
|
||||
@@ -21,7 +21,10 @@
|
||||
{
|
||||
nixosConfigurations = {
|
||||
home = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = {inherit inputs;};
|
||||
specialArgs = {
|
||||
inherit system;
|
||||
inherit inputs;
|
||||
};
|
||||
modules = [
|
||||
./modules/nixos/cli-environment.nix
|
||||
./modules/nixos/desktop-apps.nix
|
||||
@@ -30,6 +33,7 @@
|
||||
./modules/nixos/gaming.nix
|
||||
./modules/nixos/window-manager.nix
|
||||
./hosts/home/configuration.nix
|
||||
inputs.stylix.nixosModules.stylix
|
||||
inputs.home-manager.nixosModules.default
|
||||
];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user