Phani Rithvij
e5b47e167a
nixos/tmux: add package option ( #372994 )
...
Signed-off-by: phanirithvij <phanirithvij2000@gmail.com>
2025-01-12 05:52:59 +05:30
github-actions[bot]
564dc4b926
Merge master into staging-next
2025-01-11 12:05:25 +00:00
Christian Kögler
37e2a80996
nixos/nix-required-mounts: Fix outdated option hardware.opengl
2025-01-11 11:47:22 +01:00
FliegendeWurst
03b5879e7f
nixos/sway: fix Nvidia warning
2025-01-11 08:51:07 +01:00
github-actions[bot]
f2e88eaafe
Merge master into staging-next
2025-01-10 18:04:54 +00:00
FliegendeWurst
1e4221b0e2
nixos/sway: warn on too old Nvidia
2025-01-09 08:59:01 +01:00
github-actions[bot]
d9159d2b18
Merge staging-next into staging
2025-01-03 00:14:58 +00:00
Sandro
f4861a9f02
tsm-client: 8.1.24.0 -> 8.1.25.0 (and update URLs) ( #365012 )
2025-01-02 23:25:56 +01:00
github-actions[bot]
92be6e3838
Merge staging-next into staging
2024-12-30 18:04:51 +00:00
nicoo
238b407862
nixos: hardware.pulseaudio → services.pulseaudio ( #369391 )
2024-12-30 13:46:50 +00:00
Jan Tojnar
ab44f61ec7
Merge branch 'staging-next' into staging
...
Merge conflict in `pkgs/by-name/en/envision/package.nix` between efb2d2b815fe9f7d12f4aab42c83e759db5ec716 (staging) and b9d59c4515ea7cd4595d342c9d87877b544e6dbd+de7a60960219b303cc44ad446f9e7ddaf23b9944 (staging-next).
2024-12-30 01:58:08 +01:00
Gautier DI FOLCO
4e57e466e4
nixos/vivid: init module
2024-12-24 14:45:41 +01:00
github-actions[bot]
4d40b997d3
Merge staging-next into staging
2024-12-23 12:06:21 +00:00
Arne Keller
852e3f019e
schroot: init at 1.6.13-5 ( #351765 )
2024-12-23 09:57:18 +01:00
github-actions[bot]
915adfe15e
Merge staging-next into staging
2024-12-22 00:16:10 +00:00
euxane
1dabc1f584
maintainers: rename pacien -> euxane, update details
2024-12-21 21:20:22 +01:00
Thiago Kenji Okada
d61966e381
nixos/clash-verge: enable serviceModule by default ( #363005 )
2024-12-21 14:52:55 +00:00
github-actions[bot]
f970ef5718
Merge staging-next into staging
2024-12-20 12:06:14 +00:00
Arne Keller
23f98b65be
autoenv: init at 0-unstable-2024-10-16 ( #349058 )
2024-12-20 11:35:32 +01:00
Borja Clemente
20cf89b1df
autoenv: init at 2024-10-16
...
Signed-off-by: Borja Clemente <borja.clemente@gmail.com>
2024-12-19 10:06:55 +01:00
Philip Taron
8f78cb0e66
replaceVarsWith: fix checkPhase with dir set ( #365347 )
2024-12-15 19:10:57 -08:00
Wolfgang Walther
e19c233a58
fzf: add fish support ( #363415 )
2024-12-15 20:05:46 +01:00
Wolfgang Walther
e58e0c158e
various: replace substituteAll with replaceVarsWith
...
This covers cases which need to use replaceVarsWith because the use
isExecutable = true.
2024-12-15 13:35:30 +01:00
Arne Keller
d8518a7700
nixos/less: set default lessopen preprocessor to null ( #316979 )
2024-12-15 11:05:21 +01:00
Arne Keller
50346e3558
git-lfs-transfer: init at 0.1.0-unstable-2024-10-07 ( #350130 )
2024-12-14 14:54:24 +01:00
wxt
6817299f38
nixos/clash-verge: enable serviceModule by default
2024-12-14 16:10:09 +08:00
Yarny0
2f85e9679c
tsm-client: 8.1.24.0 -> 8.1.25.0
...
Readme: https://www.ibm.com/support/pages/node/597891#Readme_8125
(At the time of this writingn,
most URLs in there lead to a login portal.
This might change with time.)
2024-12-13 20:59:27 +01:00
Błażej Sowa
3275d4e3a6
nixos/schroot: init module
2024-12-13 15:26:55 +01:00
nicoo
f6c5531461
nixos: Don't set !allowSubstitutes
( #314664 )
...
It is set by `runCommandLocal` and prevents fetching the build output
from `cache.nixos.org` or another trusted substituter.
2024-12-12 18:26:24 +00:00
misuzu
6c7048f933
programs/yubikey-touch-detector: add PartOf=graphical-session.target ( #364117 )
2024-12-11 13:06:04 +02:00
Leona Maroni
2e5a764eaf
git-worktree-switcher: init at 0.2.4 ( #355484 )
2024-12-11 11:15:17 +01:00
Majiir Paktu
fae5d6025c
programs/yubikey-touch-detector: add PartOf=graphical-session.target
2024-12-10 23:30:52 -05:00
misuzu
22b87b1b7e
nixos/bat: init ( #350079 )
2024-12-10 22:33:34 +02:00
Silvan Mosberger
4f0dadbf38
treewide: format all inactive Nix files
...
After final improvements to the official formatter implementation,
this commit now performs the first treewide reformat of Nix files using it.
This is part of the implementation of RFC 166.
Only "inactive" files are reformatted, meaning only files that
aren't being touched by any PR with activity in the past 2 months.
This is to avoid conflicts for PRs that might soon be merged.
Later we can do a full treewide reformat to get the rest,
which should not cause as many conflicts.
A CI check has already been running for some time to ensure that new and
already-formatted files are formatted, so the files being reformatted here
should also stay formatted.
This commit was automatically created and can be verified using
nix-build a08b3a4d19
.tar.gz \
--argstr baseRev b32a094368
result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:26:33 +01:00
Fernando Rodrigues
3a068accfd
nixos/bat: init bat module
...
Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
2024-12-10 14:38:30 -03:00
jiriks74
3318aa52de
nixos/git-worktree-switcher: init git-worktree-switcher
...
This module sets up shells so that they work with
[git-worktree-switcher](https://github.com/mateusauler/git-worktree-switcher )
2024-12-10 03:39:13 +01:00
Arne Keller
13659a54fc
nixos/qgroundcontrol: fix qgroundcontrol module ( #336183 )
2024-12-09 06:47:34 +01:00
arthsmn
a47317817d
fzf: add fish support
2024-12-08 21:01:45 -03:00
arthsmn
077c3cb19d
fzf: remove the unnecessary mkIf
2024-12-08 21:00:39 -03:00
amesgen
672b3f8945
nixos/bazecor: init
2024-12-06 23:41:41 +01:00
Ramses
69c07a1590
treewide: adopt/co-maintain some packages ( #355700 )
2024-12-05 09:29:28 +01:00
Guilherme Baeta Fontes
2ae24b1246
nixos/gnupg: fix typo
2024-12-02 23:07:43 +00:00
Tomodachi94
ac35b10480
nixos/java: No bashisms in environment.shellInit
script ( #294121 )
2024-11-30 17:19:13 -08:00
Felix Buehler
b1a2522f05
nixos/fcast-receiver: remove with lib;
2024-11-27 22:26:56 +01:00
Tomodachi94
5bb480bf8f
nixos/java: format with nixfmt-rfc-style
2024-11-24 22:44:54 +00:00
Fernando Rodrigues
d4f3fe7de3
fish: add sigmasquadron as co-maintainer
...
Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
2024-11-23 20:14:05 -03:00
Wolfgang Walther
8bdfc5eca2
nixos/screen: remove assertion
...
Scheduled for 24.11.
2024-11-22 18:30:12 +01:00
FliegendeWurst
8a34d575f6
nixos/k3b: remove module as obsolete
2024-11-22 09:22:40 +01:00
Emery Hemingway
50bbfb5788
nixos/nncp: recursively merge configurations
2024-11-21 18:31:13 +00:00
Masum Reza
e1cedaabe5
nixos/obs-studio: nullable package ( #356845 )
2024-11-20 18:47:47 +05:30