replace snips.sh with rustypaste
This commit is contained in:
committed by
Joakim Repomaa
parent
6a5789d45b
commit
0b4e55e0b4
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user