server config builds now

This commit is contained in:
pagedmov
2024-11-02 11:54:44 -04:00
parent 2bb66a88bb
commit c216b02858
14 changed files with 15 additions and 17 deletions

View File

@@ -1,6 +1,4 @@
{pkgs, config, ...}: {
system.stateVersion = "24.05";
nixpkgs.config.allowUnfree = true;
imports = [
./hardware.nix
./home.nix

View File

@@ -6,7 +6,7 @@
username,
wallpaper,
lib,
scheme,
scheme ? {},
config,
...
}: let
@@ -22,7 +22,6 @@ in {
${username} = {
programs.home-manager.enable = true;
imports = [
inputs.spicetify-nix.homeManagerModules.default
inputs.self.outputs.homeManagerModules.default
];