Commit graph

41 commits

Author SHA1 Message Date
Timothy DeHerrera c09d867f11
core: move into subdir 2020-08-02 14:50:05 -06:00
Timothy DeHerrera 60ae677683
core: enable direnv in bash 2020-08-02 13:28:41 -06:00
Timothy DeHerrera 93c2a3506b
core: add nix flake alias 2020-08-01 22:12:15 -06:00
Timothy DeHerrera 2369f43398
format: apply nixpkgs-fmt 2020-07-30 22:17:28 -06:00
Timothy DeHerrera 14edf3fd19
fix various linting errors throughout the repo
* replace `rec` attrs with let bindings
* remove unused args
2020-07-30 22:13:41 -06:00
Timothy DeHerrera 6d64118e26
shell: use starship for bash and zsh 2020-07-26 22:24:28 -06:00
Timothy DeHerrera 5d8413a85a
pkgs#unstable: remove specialArgs
The `specialArgs` defined in `hosts` has kept some modules from working
in external flakes. Instead, we simply enumerate packages in `hosts`
which should be pulled from `unstablePkgs`.
2020-07-26 22:18:59 -06:00
Timothy DeHerrera 1dddafdfcf
core: remove network from nix search alias 2020-07-24 20:20:24 -06:00
Timothy DeHerrera 13eb4ec233
core: alias for search nixpkgs 2020-07-23 17:06:07 -06:00
Timothy DeHerrera fff06c44f7
core: add some flakes to system registry 2020-07-23 17:03:42 -06:00
Timothy DeHerrera 093513e313
networkmanager: use resolved and set dns over tls 2020-07-21 14:34:21 -06:00
Timothy DeHerrera bb89175590
core: add jq 2020-07-20 18:04:37 -06:00
Timothy DeHerrera eab95c0265
core: lower min-free 2020-07-16 15:16:27 -06:00
Timothy DeHerrera a163cb6edb
core: move kernel out of core profile
The boot options and packages moved from core are more appropriate in
graphical.
2020-07-16 15:15:13 -06:00
Timothy DeHerrera 1ca628b3bd
core: add min-free to nix.conf 2020-07-13 20:07:32 -06:00
Timothy DeHerrera 8b37f63b2c
core: add nmap to core 2020-07-06 18:25:32 -06:00
Timothy DeHerrera 86aaa62f97
core: add whois to core packages 2020-06-25 21:56:15 -06:00
Timothy DeHerrera d5ba9f6173
flake.nix: define pkgs in flake
Set the global package set via `hosts/default.nix` passed in from its
definition in `flake.nix`.
2020-01-29 08:50:07 -07:00
Timothy DeHerrera 31c3fd8acc
core: don't set root password 2020-01-06 00:38:12 -07:00
Timothy DeHerrera 16b8136f50
change formatter to nixfmt 2020-01-03 22:06:31 -07:00
Timothy DeHerrera 3e43465bc6
core: move mtr to develop profile 2020-01-03 20:57:52 -07:00
Timothy DeHerrera c13b241b6c
core: empty root passwd by default 2020-01-03 01:02:08 -07:00
Timothy DeHerrera a080a07b21
core: don't import file systems
In order not to conflict with different kinds of configurations, i.e.
nixos disk images, don't have core profile import file-systems. Instead
declare `fileSystems` individually in host profiles.
2020-01-01 19:21:15 -07:00
Timothy DeHerrera ac5e184666
flake: move overlays to flake outputs 2019-12-30 17:45:30 -07:00
Timothy DeHerrera 667fad8f1e
pkgs: import all packages into core overlay 2019-12-26 18:25:02 -07:00
Timothy DeHerrera aa9d439c3d
core: use gotop as top 2019-12-26 00:17:44 -07:00
Timothy DeHerrera 3038c1db41
core: better sudo and journal aliases 2019-12-19 11:57:49 -07:00
Timothy DeHerrera 792e7b7c05
aliases: clean up some aliases
Ensure aliases have their packages installed for man pages.
Move `procs` alias from core to develop profile.
2019-12-17 18:10:18 -07:00
Timothy DeHerrera 23db288d40
core: add default system features 2019-12-17 17:49:26 -07:00
Timothy DeHerrera 2bad76157e
flake: nix flake is broken, use pkgs.nixFlakes 2019-12-17 15:56:02 -07:00
Timothy DeHerrera 7f7fd97a31
core: add parition tools 2019-12-16 21:13:33 -07:00
Timothy DeHerrera 2693437e28
core: nix and ps aliases 2019-12-16 15:37:31 -07:00
Timothy DeHerrera ef07773e6c
core: n as nix alias 2019-12-15 22:33:52 -07:00
Timothy DeHerrera 78f6065bf2
core: add nix aliases 2019-12-15 21:29:54 -07:00
Timothy DeHerrera 8f3957ca23
core: enable nix feature ca-references 2019-12-15 01:18:33 -07:00
Timothy DeHerrera 9a93dcc921
core: git alias 2019-12-15 01:17:42 -07:00
Timothy DeHerrera 6b26ef84a8
profiles: init develop
setup zshrc
2019-12-14 21:37:46 -07:00
Timothy DeHerrera 96e530e2cb
set root password in core profile 2019-12-13 22:47:05 -07:00
Timothy DeHerrera 4c64769322
move locale.nix to local folder 2019-12-13 22:00:11 -07:00
Timothy DeHerrera 7bffd55c6f
fix file systems import path 2019-12-05 11:09:17 -07:00
Timothy DeHerrera 08ede18662
mv modules/profiles profiles 2019-12-05 02:15:30 -07:00
Renamed from modules/profiles/core.nix (Browse further)