1
Fork 0
mirror of https://github.com/RGBCube/hjem synced 2025-10-13 13:12:16 +00:00
Commit graph

127 commits

Author SHA1 Message Date
éclairevoyant
627b34efad
flake: bump lockfile 2025-09-12 23:13:57 -04:00
éclairevoyant
94e77114b3
lib: fix option docs 2025-09-11 08:17:36 -04:00
éclairevoyant
2426d6ad20
Merge pull request #54 from feel-co/liberate-lib
lib: liberate from the module system
2025-08-27 00:42:08 +00:00
éclairevoyant
e026bdfcf6
lib: liberate from the module system (fixes #52) 2025-08-26 11:40:20 -04:00
raf
ce24546f7f
Merge pull request #39 from Michael-C-Buckley/main
modules/nixos: adjusted targets for alternative linkers to after local-fs.target
2025-08-24 17:35:37 +03:00
raf
565a15366d
Merge pull request #51 from feel-co/lib-export
expose hjem lib
2025-08-19 22:02:37 +03:00
éclairevoyant
9e906c9ce2
lib: expose envVarType 2025-08-18 16:09:11 -04:00
éclairevoyant
2caf23480d
lib: expose toEnv 2025-08-18 14:05:05 -04:00
éclairevoyant
376f08a5b9
modules/nixos: reduce priority of per-user defaults 2025-08-18 13:50:12 -04:00
éclairevoyant
ec87ff7037
lib: init, expose file-type 2025-08-18 13:49:47 -04:00
éclairevoyant
46c06ba2fc
Merge pull request #48 from feel-co/dependabot/github_actions/actions/checkout-5
build(deps): bump actions/checkout from 4 to 5
2025-08-12 12:17:32 +00:00
dependabot[bot]
76e15f8df5
build(deps): bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-12 12:04:49 +00:00
éclairevoyant
ddbafcb50c
Merge pull request #47 from feel-co/notashelf/push-uqrlosnlmozl
tests: modernize entrypoint
2025-08-09 12:45:13 +00:00
NotAShelf
d373218d4e
tests: modernize entrypoint
Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I6a6a6964598eb7cedb0e101cf39cd30c2e5b5f4f
2025-08-09 12:36:55 +03:00
Michael Buckley
d72cf4bbc2
modules/nixos: Adjusted the Hjem activation with alternative linkers to wait until after local-fs.target to link properly 2025-08-07 19:33:06 -04:00
raf
ee5c671eeb
Merge pull request #45 from Lunarnovaa/xdgFiles
feat: xdg management
2025-08-03 21:09:09 +03:00
éclairevoyant
3ab21c88be
modules/xdg: remove hardcoded dirs from default value checks 2025-08-03 13:04:00 -04:00
lunarnovaa
a4c1bff70a
modules/xdg: overhaul tests 2025-07-29 13:38:46 -07:00
lunarnovaa
5c81ae5840
modules/xdg: use $HOME to indicate user's home 2025-07-29 13:38:21 -07:00
lunarnovaa
765248a76a
modules/xdg: rename home to directory 2025-07-23 18:03:06 -07:00
lunarnovaa
e210b58041
modules/xdg: remove enable option and add vars if changed 2025-07-23 17:52:24 -07:00
lunarnovaa
64155575f7
tests: more robust testing for xdg 2025-07-20 18:22:20 -07:00
lunarnovaa
1646b91b31
modules: fix overlapping files attr names 2025-07-20 18:07:42 -07:00
lunarnovaa
f8fc54fde0
modules: add XDG_STATE management 2025-07-20 13:16:35 -07:00
lunarnovaa
4180a787c3
modules: add XDG_DATA management 2025-07-20 13:06:25 -07:00
lunarnovaa
f02aa0760f
modules: add XDG_CACHE management 2025-07-20 13:00:23 -07:00
lunarnovaa
55f2749389
modules: add XDG_CONFIG management
- tests: add xdg tests
2025-07-20 12:49:40 -07:00
raf
3093a74542
Merge pull request #40 from nezia1/per-user-services
modules/nixos: implement per-user activation services
2025-07-12 09:50:56 +03:00
éclairevoyant
a1a2680af8
Merge pull request #44 from feel-co/generator
feat: add config generator options
2025-07-05 15:20:47 +00:00
éclairevoyant
467f52aabc
chore: cleanup 2025-07-05 10:05:36 -04:00
éclairevoyant
946f696ee6
flake: fix formatter 2025-07-05 10:05:36 -04:00
éclairevoyant
85a1964abf
modules/common/user: ensure generator generates str or drv 2025-07-05 10:05:36 -04:00
éclairevoyant
4c6022398a
modules/common/user: expand on and correct generator option description 2025-07-05 10:05:36 -04:00
Seth Flynn
386d56af28
modules: add users.<user>.files.<name>.{generator,value} options 2025-07-05 08:03:54 -04:00
Anthony Rodriguez
21ea224e81
modules/nixos: implement per-user activation services 2025-07-04 10:49:51 -04:00
NotAShelf
f0f5dbda76
flake: point 'smfh' input to the new feel-co/smfh repo 2025-07-03 23:27:43 +03:00
NotAShelf
26c5ebaad2
modules/nixos: clean up linker description; fix incorrect type 2025-06-19 17:22:02 +03:00
éclairevoyant
f324c104f3
Merge pull request #36 from nezia1/remove-symlink-permissions
modules/nixos: remove symlink default permissions
2025-06-14 12:03:55 +00:00
raf
d1a9deb676
Merge pull request #37 from feel-co/manifest-cleanup
meta: cleanup after manifest merge
2025-06-14 12:54:12 +03:00
NotAShelf
ea8c5ef606
ci: build linker tests in GHA 2025-06-14 12:31:23 +03:00
NotAShelf
272de1a114
flake: export smfh package as an output 2025-06-14 12:30:06 +03:00
Anthony Rodriguez
6d4cb92bf2
modules/nixos: remove symlink default permissions 2025-06-14 09:48:24 +02:00
éclairevoyant
d5bf1fd8f3
Merge pull request #34 from nezia1/manifest-switching
modules: manifest creation and linker usage
2025-06-14 03:18:29 +00:00
atagen
d1776d75c0
modules/nixos: add linkerOptions option 2025-06-13 22:13:09 -04:00
Anthony Rodriguez
de175a5100
tests/linker: test manifest diff 2025-06-13 22:13:08 -04:00
Anthony Rodriguez
ee97fe2765
tests/linker: test initial file linking 2025-06-13 22:13:08 -04:00
Anthony Rodriguez
da227287c5
modules/nixos: validate manifests 2025-06-13 22:13:08 -04:00
Anthony Rodriguez
1b86cb0e5a
modules/nixos: add file linking 2025-06-13 22:13:08 -04:00
Anthony Rodriguez
3cb5074af0
tests/linker: test manifest creation 2025-06-13 22:13:08 -04:00
Anthony Rodriguez
da6dd7db51
tests/lib: pass inputs 2025-06-13 22:13:08 -04:00