replace snips.sh with rustypaste

This commit is contained in:
Joakim Repomaa
2025-02-07 21:03:28 +02:00
committed by Joakim Repomaa
parent 6a5789d45b
commit 0b4e55e0b4
5 changed files with 77 additions and 49 deletions

View File

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