Timothy DeHerrera
e13a65b33c
overrides: move to extern
2021-04-18 21:06:47 -06:00
Timothy DeHerrera
f254304796
mv nix/ci.nix
directly to default.nix
2021-04-18 21:00:45 -06:00
Timothy DeHerrera
127cb25bd1
lib: move compat to lib
2021-04-18 20:51:47 -06:00
Timothy DeHerrera
fbce126f4d
cachix: move out of root and into profile
2021-04-18 20:43:37 -06:00
Timothy DeHerrera
2d91946745
doc: move all docs under doc
2021-04-18 20:42:49 -06:00
Timothy DeHerrera
048171ecaf
lib: improve profileMap
for added convenience
...
Simplify the definition of suites a bit by removing the need for list
concatenation.
2021-04-18 20:42:43 -06:00
David Arnold
9dca402914
ref: make onion with flake-utils
2021-04-18 20:31:49 -05:00
David Arnold
6cccb55263
ref: userSelf -> userFlakeSelf
2021-04-18 20:04:19 -05:00
David Arnold
cd7fb4f54c
ref: flatten out inputs
2021-04-18 20:04:19 -05:00
David Arnold
16b3fad559
ref: merge dev into lib
2021-04-18 19:28:03 -05:00
David Arnold
fb6c6ba4cf
fix: update devos in flake.lock
2021-04-18 19:16:07 -05:00
David Arnold
c24199649a
fixup: distinguish self and userSelf
2021-04-18 19:11:26 -05:00
David Arnold
19c900e293
workarround for unkown problem
2021-04-18 19:11:26 -05:00
David Arnold
6116779b23
fixup: nix flake check II / II
2021-04-18 19:11:26 -05:00
David Arnold
21a03fa94c
fixup: nix flake check I / X
2021-04-18 19:11:26 -05:00
David Arnold
5f89d27428
ref: extract lib into subflake
2021-04-18 19:11:26 -05:00
David Arnold
863c17621c
libtests: outfactor in preparation of lib/flake.nix
2021-04-18 19:11:26 -05:00
Bad
136156ff9a
Add steam-run
2021-04-16 14:32:04 +02:00
Bad
7763490e0a
add pavucontrol
2021-04-16 11:03:52 +02:00
Bad
6e55fa0a59
Add dnot die to tmux
2021-04-16 11:03:26 +02:00
Bad
fc285ed80b
Add mumble
2021-04-16 11:03:13 +02:00
Bad
05d60b0ef7
Add numpy to python
2021-04-16 11:03:02 +02:00
Bad
8910cacc2a
Merge branch 'config' of im.badat.dev:bad/devos into config
2021-04-15 19:32:36 +02:00
Bad
62cec7d03f
Fix steam
2021-04-15 19:32:29 +02:00
Bad
62f091d089
replace r2 with rz
2021-04-15 19:27:15 +02:00
Bad
a278aa743d
add a temp hosts block
2021-04-15 14:44:23 +02:00
Bad
06f22fd874
Separate mae into two users
2021-04-15 14:40:48 +02:00
Bad
332881e306
Add coc config
2021-04-15 12:23:55 +02:00
Bad
ae16e2ea9b
Add sway home-manger config
2021-04-15 01:06:10 +02:00
Bad
68553c9dd7
Add radare from git
2021-04-13 23:25:15 +02:00
Pacman99
0db2bb041e
add old evalArgs as evalOldArgs, so flake works
2021-04-13 11:24:10 -07:00
Bad
46d510d755
Add various commandline utils
2021-04-13 16:07:20 +02:00
Bad
b53eba6f59
Set default git branch name
2021-04-13 07:05:42 +00:00
Bad
827eafa765
Set username and email in git
2021-04-13 07:03:36 +00:00
Bad
79668bebc1
Add direnv to imports
2021-04-13 07:03:21 +00:00
Bad
cc4ef3f90a
Add qalc
2021-04-13 07:02:39 +00:00
Bad
cc37cc0bd9
Update flake.lock
2021-04-12 14:51:05 +02:00
Pacman99
2b70cd3ae6
fix some small bugs in mkFlake/evalArgs
2021-04-11 22:34:15 -07:00
Pacman99
8d0c036b6b
Merge pull request #239 from Pacman99/evalargs-next
...
Update evalArgs to match the new planned API
2021-04-11 20:10:52 -07:00
Pacman99
b7bcaea497
Update evalArgs to match the new planned api
2021-04-11 20:09:47 -07:00
Bad
d23101d515
Remove unused nvim package
2021-04-11 19:31:06 +02:00
Pacman99
658cd2bb08
pkgs-lib/shell: update to new homeConfigurations
...
flk should switch to use home-manager --flake whenever the updated
package is made available in the hm flake or nixpkgs
2021-04-11 10:28:28 -07:00
Bad
0c8b07077e
Refactor configs
2021-04-11 18:04:01 +02:00
Bad
97656f8e60
Add fzf
2021-04-11 18:00:14 +02:00
Pacman99
401566af34
lib/pkgs-lib: update checks for new hm format
2021-04-10 22:13:54 -07:00
Pacman99
8ba7bffc3f
export users home for home-manager --flake
...
home-manager --flake needs the activationPackage in the root of the
homeConfiguration
2021-04-10 22:04:49 -07:00
bors[bot]
d5175f6cca
Merge #236
...
236: init pkgs-lib and add tests and shell r=nrdxp a=Pacman99
Towards the goal of removing top level folders and putting more things in lib. This shifts shell and tests to lib under the `pkgs-lib` namespace. This namespace is separated by architecture, because those lib functions rely on nixpkgs architecture specific derivations. I think this is the cleanest way to do it, you don't have to instantiate pkgs-lib for each arch, and it exposes some of these functions for others to use.
This PR also fixes multi-arch checks.
Co-authored-by: Pacman99 <pachum99@gmail.com>
2021-04-10 21:01:33 +00:00
bors[bot]
1f25b0b061
Merge #227
...
227: Fix documentation mistake after project rename r=nrdxp a=lycheese
After the project rename the cachix documentation in `cachix/README.md` contains instructions that do not work (`cachix use divnix`).
Tested that `cachix use nrdxp` works and should have the intended effect.
Co-authored-by: lycheese <4779944-lycheese@users.noreply.gitlab.com>
2021-04-10 20:44:48 +00:00
Pacman99
ac4c26755b
init pkgs-lib, move tests and shell there
2021-04-10 13:36:54 -07:00
Bad
24f67782ed
Add tmux to zshrc
2021-04-10 21:12:06 +02:00