Commit graph

1944 commits

Author SHA1 Message Date
dish 970dcca69c
treewide: Fix links in module documentation 2025-08-25 12:55:11 -04:00
K900 35d0bafabf nixos/treewide: clean up Plasma 5 references
Preparing to drop.
2025-08-21 22:31:56 +03:00
Gaétan Lepage 13b9a48210
maintainers: drop drupol (#435310) 2025-08-21 08:58:35 +02:00
Michael Hoang fe48962ba8
nixos/regreet: replace deprecated package attrpath (#431787) 2025-08-21 12:01:34 +10:00
Pol Dellaiera bc36d3ac43 maintainers: drop drupol 2025-08-20 17:54:38 +02:00
K900 8baeaa3e94
calamares: 3.3.13 -> 3.4.0, qt6-ize, clean up (#430636) 2025-08-12 15:16:19 +03:00
nikstur 42cf56db09 nixos/system-path: add corePackages option
This allows users to override all packages. This is useful to build
minimal systems that really don't required these packages that
previously were "required".
2025-08-10 22:48:26 +02:00
nikstur 0d9a5c2059 nixos/fuse: add enable option
Fuse is stil enabled by default so the default behaviour of NixOS
doesn't change. However, now it's possible to actively exclude fuse when
you don't need it.
2025-08-10 22:43:39 +02:00
nikstur 898ebf78ef nixos/bash: re-introduce enable option 2025-08-10 22:43:28 +02:00
nikstur d5ae87bdeb
Revert "nixos: allow more things to be disabled" 2025-08-10 22:22:08 +02:00
Arian van Putten 1bb040fae8
nixos: allow more things to be disabled (#429695) 2025-08-10 19:49:52 +02:00
K900 9d8582f561 nixos/partition-manager: switch to qt6 2025-08-10 10:19:20 +03:00
GDBlaster bfa1933939 nh: Delay run on boot so clean service doesnt make the boot process wait for it
Fix formatting

Co-authored-by: Acid Bong <acidbong@tilde.club>

changed target to multi-user
2025-08-08 14:15:02 +02:00
Acid Bong c8dd37a4b0
nixos/regreet: replace deprecated package attrpath
A follow-up to #427540
2025-08-07 19:17:38 +03:00
Aleksana 21ee42cde7
nixos/vim: assert that both enable and defaultEditor is set (#421449) 2025-08-01 23:39:54 +08:00
nikstur 63b7ebbdb1 nixos/bash: re-introduce enable option 2025-08-01 14:16:48 +02:00
nikstur eca55074cb nixos/fuse: add enable option
Fuse is stil enabled by default so the default behaviour of NixOS
doesn't change. However, now it's possible to actively exclude fuse when
you don't need it.
2025-07-31 20:42:36 +02:00
nikstur 6df45ae281 nixos/system-path: add corePackages option
This allows users to override all packages. This is useful to build
minimal systems that really don't required these packages that
previously were "required".
2025-07-31 20:42:35 +02:00
Wolfgang Walther 5a0711127c
treewide: run nixfmt 1.0.0 2025-07-24 13:55:40 +02:00
Wolfgang Walther 62fe016519
treewide: run treefmt with mdcr/nixfmt 2025-07-24 13:52:31 +02:00
Luj 381b159684
nixos/vscode: init (#425996) 2025-07-21 21:46:30 +02:00
Connor Baker e76ac7ca70
nixos/nix-required-mounts: add driverLink symlink target (#426280) 2025-07-21 10:16:09 -07:00
Sandro 12094020ba
nixos/msmtp: add package option (#425532) 2025-07-19 19:02:22 +02:00
Connor Baker 0b47ed1b35 nixos/nix-required-mounts: add driverLink symlink target to NVIDIA defaults
Signed-off-by: Connor Baker <ConnorBaker01@gmail.com>
2025-07-18 04:22:43 +00:00
Ethan Carter Edwards 93e74db1da
nixos/vscode: init
Allows for configuring extensions, the package, and setting the default
editor.

Co-authored-by: lzcnt <lzcunt@disroot.org>
Co-authored-by: isabel <isabel@isabelroses.com>
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Co-authored-by: Acid Bong <acidbong@tilde.club>
Signed-off-by: Ethan Carter Edwards <ethan@ethancedwards.com>
2025-07-17 13:00:10 -04:00
Doron Behar 2f83e9cb4a
tsm-client: 8.1.25.0 -> 8.1.27.0, drop old migration code (#387363) 2025-07-16 23:20:28 +03:00
Sandro Jäckel 22665bce7a
nixos/msmtp: add package option 2025-07-15 20:41:31 +02:00
Karun Sandhu 056ea1afe3 nixos/uwsm: remove deprecated flag -S
see cc56915ff7
2025-07-12 02:32:43 +05:30
Guillaume Girol e69f17b2fd
clash-verge-rev: move IPC path to /run/clash-verge-rev/service.sock for better security (#420530) 2025-07-07 20:59:13 +02:00
John Titor 766ad54fde treewide: remove primeos from maintainers
Signed-off-by: John Titor <50095635+JohnRTitor@users.noreply.github.com>
2025-07-06 00:00:32 +05:30
Maximilian Bosch dc3b2f425d
Merge: nixos/rust-motd: use existing PAM options to configure pam_motd (#420885) 2025-07-05 13:09:25 +02:00
Aleksana 4ed0014d36
nixos/fish: follow symlinks in completion generation (#420942) 2025-07-05 17:36:13 +08:00
Sandro 9cd5c938a0
nixos/cnping: fix setcap wrapper (#394915) 2025-07-04 20:07:14 +02:00
Anton Tetov 0aaa8960cb
nixos/vim: assert that both enable and defaultEditor is set 2025-07-01 13:52:00 +02:00
diniamo ca7d60b6e3 nixos/fish: follow symlinks in completion generation
Wrapping programs is commonly done using `symlinkJoin`, which symlinks the man pages to the derivation that is actually installed. `-type f` by itself simply ignores such symlinks.
2025-06-29 10:46:03 +02:00
Majiir Paktu e2e240b5f1 nixos/rust-motd: use existing PAM options to configure pam_motd 2025-06-28 19:28:42 -04:00
wxt 4b5d9e4a0d nixos/clash-verge: move IPC path to /run/clash-verge-rev/service.sock for better security 2025-06-28 14:57:41 +08:00
Cole Mickens 3508c26a60
modules/sway: maintainers: drop colemickens 2025-06-27 21:01:34 -07:00
polyfloyd 24df1ab44a neovim: Make it possible to configure using Lua 2025-06-26 23:29:57 +02:00
Armin Mahdilou f1dc4ca736 winbox: add UDP port range
Wine needs to listen to UDP ports 40k to 50k. Winbox can
use these ports to discover and connect.

Signed-off-by: Armin Mahdilou <Armin.Mahdilou@gmail.com>
2025-06-24 23:29:31 +02:00
Ryan Yin 77e9e764be nixos/yazi: add ryan4yin as a maintainer 2025-06-22 14:25:21 +08:00
Yarny0 f9cc9bf911 tsm-client: 8.1.26.0 -> 8.1.27.0
"What's new" page:
https://www.ibm.com/docs/en/storage-protect/8.1.27?topic=new-backup-archive-client-updates

Other resources are hidden behind a login portal.
2025-06-21 13:02:39 +02:00
Yarny0 37922d6e2f tsm-client: 8.1.25.0 -> 8.1.26.0
"What's new" page:
https://www.ibm.com/docs/en/storage-protect/8.1.26?topic=new-backup-archive-client-updates

Other resources are hidden behind a login portal.
2025-06-21 13:02:39 +02:00
Yarny0 c9ebaf5c58 nixos/tsm-client: drop migration code from 2023 freeform update
This manually reverts
20a9a21b24.
Automatic revert is not possible due to nixfmt in
4f0dadbf38.
2025-06-21 13:02:39 +02:00
Sizhe Zhao 3045cecacf
nixos/fish: allow disabling completion generation 2025-06-20 14:12:06 +08:00
Aleksana fa7482c76d
pay-respects: fix error --set: command not found on AI integration (#414691) 2025-06-18 21:30:13 +08:00
Jörg Thalheim d9a40c9bd5
command-not-found: disable by default, simplify, document (#416425) 2025-06-17 14:15:55 +02:00
Jessie Ross 0e144f8f27 command-not-found: Add more context to error msg 2025-06-17 11:11:39 +07:00
Jessie Ross 0309303c7e command-not-found: Improve documentation 2025-06-15 15:56:43 +07:00
Jessie Ross ce0a482872 command-not-found: Add explicit fish shell integration
Fish completely separate of nixos will look for command-not-found
provided by nixos, this was surprising so lets make it explicit.
2025-06-15 15:56:43 +07:00