This commit is contained in:
Joakim Repomaa
2025-01-30 21:15:02 +02:00
parent 12647a2e77
commit c757f0892d
6 changed files with 33 additions and 31 deletions

View File

@@ -1,11 +1,11 @@
{ ksoloti-pr, inputs, ... }:
{ inputs, ... }:
{
home-manager = {
users = {
jokke = import ./jokke;
moco = import ./moco;
};
extraSpecialArgs = { inherit ksoloti-pr inputs; };
extraSpecialArgs = { inherit inputs; };
sharedModules = [ (import ./common) ];
useUserPackages = true;
useGlobalPkgs = true;

View File

@@ -1,4 +1,4 @@
{ pkgs, ksoloti-pr, ... }:
{ pkgs, inputs, ... }:
{
config = {
# Home Manager needs a bit of information about you and the paths it should
@@ -18,7 +18,7 @@
inkscape
wineWowPackages.waylandFull
reaper
ksoloti-pr.ksoloti
inputs.ksoloti-pr.legacyPackages.${pkgs.system}.ksoloti
calibre
jellyfin-media-player
darktable