server config builds now
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
{pkgs, ...}: {
|
||||
system.stateVersion = "24.05";
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
imports = [
|
||||
./hardware.nix
|
||||
./home.nix
|
||||
|
||||
@@ -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
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user