updates from makefile
This commit is contained in:
parent
b83ec7297f
commit
0683f0c45f
3 changed files with 17 additions and 3 deletions
|
|
@ -19,8 +19,14 @@
|
||||||
homeDirectory = "/home/don";
|
homeDirectory = "/home/don";
|
||||||
stateVersion = "23.05";
|
stateVersion = "23.05";
|
||||||
};
|
};
|
||||||
programs.home-manager.enable = true;
|
programs = {
|
||||||
programs.go.enable = true;
|
home-manager = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
go = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -144,5 +144,13 @@
|
||||||
test:-cs all -cs vm
|
test:-cs all -cs vm
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
urlview = {
|
||||||
|
enable = true;
|
||||||
|
target = ".urlview";
|
||||||
|
text = ''
|
||||||
|
REGEXP (((http|https|ftp|obsidian)|mailto)[.:][^ >"\t]*|www\.[-a-z0-9.]+)[^ .,;\t>">\):]
|
||||||
|
COMMAND ${pkgs.bash}/bin/bash myweb %s
|
||||||
|
'';
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -179,7 +179,7 @@ in
|
||||||
pulseaudio
|
pulseaudio
|
||||||
ruby
|
ruby
|
||||||
steam
|
steam
|
||||||
#udiskie
|
udiskie
|
||||||
wireplumber
|
wireplumber
|
||||||
wlsunset
|
wlsunset
|
||||||
xdg-utils
|
xdg-utils
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue