Compare commits

..

9 Commits

2 changed files with 11 additions and 11 deletions

View File

@@ -45,7 +45,6 @@
nixpkgs,
home-manager,
agenix,
stylix,
nixos-wsl,
statusbar,
...
@@ -98,9 +97,6 @@
agenix.homeManagerModules.default
./secrets
stylix.homeModules.stylix
./home/stylix
];
};
@@ -117,9 +113,6 @@
agenix.homeManagerModules.default
./secrets
stylix.homeModules.stylix
./home/stylix
];
};
@@ -147,7 +140,7 @@
modules ? [],
}:
home-manager.lib.homeManagerConfiguration {
pkgs = import nixpkgs {hostPlatform = system;};
pkgs = import nixpkgs {inherit system;};
inherit modules;
extraSpecialArgs = {inherit inputs stateVersion user dotsDir;};
};
@@ -156,13 +149,13 @@
user = "nix";
dotsDir = "/home/homelab-dots";
modules = [
./home/headless.nix
./home/demenik.nix
];
};
"db56@wsl50" = mkHomeConfig {
user = "db56";
modules = [
./home/headless.nix
./home/demenik.nix
];
};
};

View File

@@ -1,4 +1,8 @@
{pkgs, ...}: {
{
pkgs,
inputs,
...
}: {
imports = [
./global.nix
./xdg-desktop.nix
@@ -16,6 +20,9 @@
./editors/nvim
./editors/intellij.nix
./editors/godot.nix
inputs.stylix.homeModules.stylix
./stylix
];
home.file.".face" = {