Commit graph

42 commits

Author SHA1 Message Date
AxelSilverdew 47129554e4
lint: fixed some statix lints 2024-05-05 19:30:48 +05:30
AxelSilverdew 8941d570b8
lint: fixed formatting in darwin 2024-05-05 19:26:25 +05:30
AxelSilverdew 8db15c78d7
ci: Added nixfmt and statix 2024-05-05 19:24:58 +05:30
isabel roses 9166d28895
Merge pull request #11 from aemogie/feat/direnv-init 2024-05-03 13:01:36 +00:00
aemogie 39dbc96898
chore: change default template to system 2024-05-03 18:06:43 +05:30
aemogie 97ddb19f9e
feat(direnv): add shellhook, rename env var 2024-05-03 17:39:51 +05:30
isabel roses 0e1d1c5c2e
Merge pull request #21 from licebmi/darwin-template-defined-users 2024-05-03 10:16:19 +00:00
Mark Martinez f62018530d fix(darwin): Setup defined users as trusted users 2024-05-03 11:54:20 +02:00
aemogie 0d02eb962d
feat(direnv): prefer mkShellNoCC 2024-05-03 12:06:45 +05:30
aemogie 8637edba9b
feat(direnv): example env var 2024-05-03 12:06:40 +05:30
aemogie a1f5521383
feat(direnv): forAllSystems 2024-05-03 12:06:35 +05:30
aemogie d181eb421a
chore(direnv): only use flake if nix(-direnv) is installed
Co-authored-by: seth <getchoo@tuta.io>
2024-05-03 11:34:11 +05:30
Abhiram 016caccc35
Merge pull request #19 from imadnyc/main
docs: fixed typos and added feature flags
2024-05-03 08:49:08 +05:30
imad.nyc c384beeb8e docs: fixed typo, as well as added necessary flags for those using the current Nix installer 2024-05-02 20:52:44 -04:00
Abhiram b0ab59541e
Merge pull request #18 from auxolotl/feat/contrib
added: contributing.md
2024-05-03 02:03:30 +05:30
isabel roses dd2410a89f
docs: contributing 2024-05-02 21:10:36 +01:00
Abhiram 449ab016f9
Merge pull request #17 from isabelroses/main
fix: badges artifacts
2024-05-03 00:46:59 +05:30
isabel roses fbc1605260
fix: badges artifacts 2024-05-02 18:41:24 +01:00
Abhiram ef40881ae4
Merge pull request #15 from Sigmanificient/flake-lock
fix: main flake lock
2024-05-02 22:46:57 +05:30
Sigmanificient 9b3941b85b Fix flake lock 2024-05-02 18:08:54 +02:00
Abhiram bacfbf7153
Merge pull request #12 from licebmi/missing_config_arg
fix(darwin): config argument missing on system.nix
2024-05-02 21:15:24 +05:30
Abhiram aaf3a6ba81
Merge pull request #10 from aemogie/feat/system-nixpkgs-revision
feat(system): change nixpkgs rev to nixos-unstable
2024-05-02 21:07:48 +05:30
Skyler Grey 8b901cf1a0
Add SIG: Core maintainers
As proposed here, <https://forum.aux.computer/t/a-basic-template/254/20?u=minion>, SIG Core will be comaintainers of this repository
2024-05-02 14:29:36 +00:00
Mark Martinez e5e36af261 fix(darwin): config argument missing on system.nix 2024-05-02 16:27:13 +02:00
Skyler Grey 00a5904f54
Merge pull request #3 from getchoo/modules 2024-05-02 09:31:39 +00:00
aemogie 93b802ae01
feat(direnv): init 2024-05-02 13:35:49 +05:30
aemogie 3a4a033f40
feat(system): change nixpkgs rev to nixos-unstable 2024-05-02 13:12:07 +05:30
Abhiram b42ae8ec15
Merge pull request #9 from aemogie/chore/ignore-locks
chore: ignore template `flake.lock`s
2024-05-02 13:08:11 +05:30
Abhiram bab5628058
Merge pull request #6 from aemogie/feat/fix-hm-typo
fix(home-manager): typo in `nixpkgs` input
2024-05-02 13:04:44 +05:30
aemogie 1072ba0a33
chore: ignore template flake.locks 2024-05-02 13:01:26 +05:30
aemogie 47407c94d7
fix(home-manager): typo in nixpkgs input 2024-05-02 12:22:46 +05:30
seth 7634bd4689
docs: update template instructions 2024-05-01 23:06:30 -04:00
Skyler Grey 724ab49f02
Add SIGDocs Maintainership badge
See https://forum.aux.computer/t/project-ownership-visibility/279 for more details on this change
2024-05-02 00:31:05 +00:00
seth f295553095
use standard module system over specialArgs 2024-05-01 20:20:19 -04:00
Skyler Grey 6835947061
Merge pull request #1 from isabelroses/fix/darwin
docs: change some note related to darwin
2024-05-02 00:09:19 +00:00
Skyler Grey 4400a197df
Merge pull request #2 from getchoo/pass-pkgs
pass nixpkgs directly in forAllSystems, fix typos
2024-05-02 00:07:55 +00:00
seth 05b6628aa2
fix typos 2024-05-01 17:40:06 -04:00
seth b230995fcc
pass nixpkgs directly in forAllSystems 2024-05-01 17:38:50 -04:00
isabel roses 0036c467dd
docs: change some note related to darwin 2024-05-01 22:36:25 +01:00
Samuel Shuert da7568a623
Start work on introductory README.md 2024-05-01 17:20:47 -04:00
Samuel Shuert 5debf33dae
Fix comment about renaming to 'resevoir'
Co-Authored-By: Sigmanificient <edhyjox@gmail.com>
2024-05-01 16:59:38 -04:00
Samuel Shuert 3f3ac4306b
Initial work on creating sensible templates
Available templates include the following:
- system: flake based system similar to the default when starting
  nix.
- darwin: flake based darwin system with ajusted nixpkgs and modules to better suit it.
- home-manager: flake and home manager for non darwin systems.

Co-Authored-by: isabelroses <isabel@isabelroses.com>
Co-Authored-by: Skyler Grey <minion@clicks.codes>
Co-Authored-by: Sigmanificient <edhyjox@gmail.com>
Co-Authored-by: AxelSilverdew <7677954+AxelSilverdew@users.noreply.github.com>
2024-05-01 16:55:17 -04:00