Gavin John
454883d85b
nixos/envision: init module
2024-07-03 15:12:06 +00:00
github-actions[bot]
5cfda25a07
Merge staging-next into staging
2024-07-02 12:01:51 +00:00
Jan Tojnar
0f56e32213
Merge pull request #319659 from jtojnar/gnome-extract
...
Move various packages out of gnome scope
2024-07-02 08:03:53 +02:00
github-actions[bot]
d5bca87877
Merge staging-next into staging
2024-07-02 06:01:38 +00:00
Janik H.
76cd1d2211
maintainers: drop janik
...
I guess my time has come as well...
With this commit, I'm not just dropping my maintainer entry, but I'm also
resigning from my duties as a board observer and NixCon project lead.
I also terminated my Summer of Nix contract today.
I'll also stop hosting the local NixOS meetup.
The only "project" I'll finish under the NixOS Foundation umbrella is
Google Summer of Code because the mentees aren't even remotely
responsible for why I'm leaving, and it would be unfair to leave them
hanging.
I'm grateful for all the things I was able to learn, for all the experiences
I could gather, and for all the friends I made along the way.
NixOS is what makes computers bearable for me, so I'll go and work on
some fork (*something something* you always meet twice in life).
2024-07-02 02:36:42 +02:00
Jan Tojnar
71750a5e1d
gnome-disk-utility: Move from gnome scope to top-level
2024-07-01 09:35:26 +02:00
Jan Tojnar
23f2529ffc
gpaste: Move from gnome scope to top-level
...
Not really a GNOME project.
2024-07-01 08:26:48 +02:00
Jan Tojnar
2adc7d7340
geary: Move from gnome scope to top-level
2024-07-01 08:26:46 +02:00
Jan Tojnar
f622b52aaa
seahorse: Move from gnome scope to top-level
2024-07-01 08:26:45 +02:00
Jan Tojnar
85a1179dab
file-roller: Move from gnome scope to top-level
2024-07-01 08:26:44 +02:00
Jan Tojnar
b91d4ead2a
gnome-terminal: Move from gnome scope to top-level
2024-07-01 08:26:44 +02:00
Jan Tojnar
04393cdded
nautilus-python: Move from gnome scope to top-level
2024-07-01 08:26:44 +02:00
Sefa Eyeoglu
416ba8804b
treewide: use addDriverRunpath
...
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-06-30 15:01:01 -04:00
Silvan Mosberger
c8dec6df38
Merge pull request #322801 from eclairevoyant/discourage-mkpackageoptionmd
...
lib: deprecate mkPackageOptionMD
2024-06-27 20:15:08 +02:00
Masum Reza
891c75c86e
Merge pull request #322591 from JohnRTitor/hyprland-module
...
nixos/hyprland: set systemd environment PATH only for versions < 0.41.2
2024-06-27 16:34:04 +05:30
éclairevoyant
aeee4fc133
treewide: replace mkPackageOptionMD with mkPackageOption
2024-06-26 23:05:42 -04:00
Someone
cb69dc5b8d
Merge pull request #256230 from SomeoneSerge/feat/gpu-tests-py
...
GPU access in the sandbox
2024-06-26 19:16:53 +00:00
John Titor
ff0738b736
nixos/hyprland: set systemd environment PATH for versions < 0.41.2
...
Importing PATH into the systemd environment is done by default in
Hyprland v0.41.2+ (https://github.com/hyprwm/Hyprland/pull/6640 )
We soft deprecate this option here for versions >= 0.41.2.
2024-06-26 23:04:27 +05:30
Someone Serge
79a7186f1c
cudaPackages: updated convention for gpu/runtime checks
...
Runtime tests (derivations asking for a relaxed sandbox) are now
expected at p.gpuCheck, p.gpuChecks.<name>, or at
p.tests.<name>.gpuCheck.
2024-06-26 16:00:29 +00:00
Someone Serge
ebeb6b9d1d
nix-required-mounts: nixfmt
2024-06-26 00:35:45 +00:00
Someone Serge
927b15ed6d
nixos/nix-required-mounts: allow passing extra arguments to the hook
2024-06-26 00:35:44 +00:00
Someone Serge
dd70727622
nixos/nix-required-mounts: mount the runtime closures
2024-06-26 00:35:44 +00:00
Someone Serge
3cf5bcfe49
nix-required-mounts: restore the followSymlinks option
...
This way pkgs.nix-required-mounts is "correct" even before
we override it in the NixOS module
2024-06-26 00:35:44 +00:00
Someone Serge
5560f6a514
nix-required-mounts: guest and host paths may differ
2024-06-26 00:35:43 +00:00
Someone Serge
7418e4fefd
programs.nix-required-mounts: presets.cuda -> nvidia-gpu
...
This hopefully clarifies that the preset configures the hook to expose
"nvidia devices", which includse both the userspace driver and the
device nodes.
The derivations still declare requiredSystemFeatures = [ "cuda" ] to
explicitly indicate they need to use the CUDA functionality and expect a
libcuda.so and a CUDA-capable device. Ideally, we'd also include the
specific CUDA architectures (sm_86, etc) in feature names.
Derivations that use a co-processor but do not care about the vendor or
even the particular interface may ask for the more generic "opengl",
"vulkan", or "gpu" features. It is then responsibility of the host
declaring the support for this feature to ensure the drivers and
hardware are appropriately set up.
2024-06-26 00:35:43 +00:00
Someone Serge
50d4382114
programs.nix-required-mounts: inherit defaults from the package
2024-06-26 00:35:43 +00:00
Someone Serge
b422dafc89
nix-required-mounts: init
2024-06-26 00:35:42 +00:00
Sandro
33f83c6252
Merge pull request #316977 from eclairevoyant/fix-mkEnableOption
...
treewide: fix mkEnableOption usage
2024-06-25 22:42:16 +02:00
Masum Reza
be54c7d931
Merge pull request #320737 from Reputable2772/path-priority
...
nixos/hyprland: set path order for systemd user services
2024-06-23 19:49:48 +05:30
Aleksana
34a82372fe
Merge pull request #314728 from SamLukeYes/xonsh
...
xonsh: 0.15.1 -> 0.17.0
2024-06-22 02:32:07 +08:00
K900
20b7b4f619
Merge pull request #320228 from K900/opengl-cleanups
...
treewide: big opengl cleanups
2024-06-20 12:37:59 +03:00
SamLukeYes
afc31073a3
xonsh: 0.15.1 -> 0.17.0
...
Co-authored-by: Anderson Torres <torres.anderson.85@protonmail.com>
Upstream changes: https://github.com/xonsh/xonsh/compare/0.15.1...0.17.0
2024-06-18 22:49:13 +08:00
Reputable2722
dc423d5c69
nixos/hyprland: set path order for systemd user services
...
Set PATH order correctly for systemd user services (see NixOS/nixpkgs#320734
Signed-off-by: Reputable2722 <153411261+Reputable2772@users.noreply.github.com>
2024-06-18 15:15:51 +05:30
superherointj
da118800a9
Merge pull request #308341 from Stunkymonkey/nixos-kubeswitch-use-runCommand
...
nixos/kubeswitch: use 'runCommand' instead of 'phases'
2024-06-17 19:59:36 -03:00
Yarny0
fcb87b6377
tsm-client: 8.1.22.0 -> 8.1.23.0
...
"Update History" (release notes):
https://www.ibm.com/support/pages/node/6998343
The list of APARs ("Authorized Program Analysis Reports")
does not contain anything that would affect security.
With this update, the Java-based
GUI requires a newer jdk version
(note: version 8.1.22.0 was not compatible with the newer jdk).
Also, all URLs in package and module comments are updated.
2024-06-17 14:51:31 +02:00
K900
98cef4c273
treewide: big opengl cleanup
...
- rename hardware.opengl to hardware.graphics
- remove hardware.opengl.driSupport, which does nothing
- remove hardware.opengl.setLdLibraryPath, which should never be done
- rename hardware.opengl.driSupport32Bit to hardware.graphics.enable32Bit
- lost of small docs / formatting cleanups
2024-06-16 14:11:33 +03:00
Pol Dellaiera
22279cafcc
Merge pull request #317138 from l0b0/ydotool-group
...
nixos/ydotool: Make group configurable
2024-06-16 10:18:26 +02:00
Atemu
421fb34cad
Merge pull request #318759 from leon-erd/master
...
nixos/hyprland: enable xdg.portal by default + use lib.mkDefault for enableWlrPortal
2024-06-14 12:41:53 +02:00
éclairevoyant
7d8742da87
treewide: fix mkEnableOption usage
2024-06-14 02:41:42 -04:00
Victor Engmark
408406c2ff
nixos/ydotool: Make group configurable
...
Allows users to refer to `config.programs.ydotool.group` rather than
hard-coding "ydotool".
Allows users to override the group name for whatever reason.
This closes #317013 .
Co-authored-by: Cosima Neidahl <opna2608@protonmail.com>
2024-06-14 10:07:28 +12:00
Victor Engmark
7203cf8e3d
nixos/ydotool: De-duplicate mentions of runtime directory
2024-06-14 10:05:17 +12:00
Leon
5b216845b6
nixos/hyprland: use lib.mkDefault for enableWlrPortal
2024-06-13 22:56:09 +02:00
Leon
9585e5d3aa
nixos/hyprland: enable xdg.portal by default
2024-06-13 21:30:11 +02:00
Robert James Hernandez
54bb89c66f
less: set default lessopen preprocessor to null
2024-06-12 20:08:06 +00:00
Tom Fitzhenry
edd19efe4e
nixos/shadow: clean up module
2024-06-11 19:28:32 +10:00
Tom Fitzhenry
725777250b
nixos/shadow: introduce security.shadow.enable
...
Allow users to disable the shadow authentication suite.
My primary motivation is to reduce the attack surface via setuid
binaries, which shadow understandably introduces many. I realised,
however, that I don't use any of these.
The test demonstrates login working without needing the shadow suite.
2024-06-11 19:28:32 +10:00
Sandro
1acd99478c
Merge pull request #308539 from SuperSandro2000/gdk-pixbuf-xserver
...
nixos/gdk-pixbuf: move out of xserver
2024-06-09 02:08:30 +02:00
Sandro Jäckel
b939c54015
nixos/gdk-pixbuf: move out of xserver
2024-06-08 21:26:28 +02:00
Sandro Jäckel
1c60f0a9a0
nixos/bash-completion: move options to programs.bash.completion, add package option, drop with lib
...
This allows to easily test bash-completion updates without triggering a mass rebuild locally.
2024-06-06 02:51:06 +02:00
Jörg Thalheim
7d98bbfcd5
Merge pull request #315827 from JohnRTitor/hyprland-module
...
nixos/{hyprland, wayland-common}: disable wlr portal for hyprland, enable xdg autostart for all wayland compositors
2024-06-05 09:57:53 +02:00
John Titor
de77718887
nixos/wayland-session: cleanup
...
xwayland, wlr-portal ->
enable-xwayland, enable-wlr-portal
2024-06-03 09:28:00 +05:30
Yueh-Shun Li
f6d9b4b6fc
apptainer, singularity: add argument systemBinPaths
...
Use systemBinPaths as the new way to specify system bin paths,
especifally for SUID'ed binaries.
Deprecate arguments setuidmapPath and setgidmapPath in favour of
systemBinPaths.
Add NixOS configuration option programs.singularity.systemBinPath, with
"/run/wrappers/bin" included by default.
2024-06-03 07:53:21 +08:00
John Titor
7b2a2824b3
nixos/wayland-session: force running xdg autostart for WM-only sessions
2024-06-01 22:30:19 +05:30
Francesco Gazzetta
3da336fc79
nixos/ladybird: init
2024-05-31 12:11:43 +00:00
taku0
49032a79e4
Merge pull request #311669 from Nydragon/add-thunderbird-policies
2024-05-31 18:20:59 +09:00
John Titor
98f9f9951a
nixos/hyprland: add fufexan as maintainer
...
Per https://github.com/NixOS/nixpkgs/pull/315827#issuecomment-2139073465
2024-05-30 14:25:36 +05:30
John Titor
0b0b7cefcc
nixos/hyprland: disable wlr-portal for Hyprland
...
This commit:
- Adds wlr-portal override of wayland-session module (enabled by default)
- Disable it for hyprland module
2024-05-30 13:30:41 +05:30
OPNA2608
07b369b5aa
nixos/coolercontrol: Use user-preferred nvidia package
2024-05-29 15:21:41 +02:00
Lin Jian
ad57eef4ef
Merge pull request #315149 from Cryolitia/ghostscript
...
nixos/steam: fix evaluation failure when `fonts.packages` contains path
2024-05-29 10:06:23 +08:00
Jörg Thalheim
7475325763
Merge pull request #315040 from JohnRTitor/hyprlock-module
...
nixos/hyprlock, nixos/hypridle: init module
2024-05-28 09:03:48 +02:00
北雁 Cryolitia
1652a914fd
nixos/steam: fix evaluation failure when fonts.packages contains path
2024-05-28 12:05:43 +08:00
Tom Fitzhenry
25193bdc60
nixos/less: introduce programs.less.package
...
Allow users to set the package, e.g. to override withSecure to true.
2024-05-28 08:34:45 +10:00
John Titor
353aa12446
nixos/hypridle: init
2024-05-27 17:41:36 +05:30
John Titor
07a0b79ed1
nixos/hyprlock: init module
2024-05-27 17:32:22 +05:30
Jörg Thalheim
f33f71f6f6
Merge pull request #240989 from m-bdf/hyprland-wayland-session
...
nixos/{sway,river,hyprland}: improve common wayland-session module
2024-05-26 22:06:53 +02:00
Istvan Ruzman
92a6247bc2
nixos/ssh: don't write addressfamily with default value in config
2024-05-26 17:50:19 +02:00
北雁 Cryolitia
164f66169a
nixos/steam: add option fontPackages
...
fix #178121
2024-05-26 22:55:38 +08:00
北雁 Cryolitia
efef69a51d
nixos/steam: add option extraPackages
2024-05-26 22:03:50 +08:00
Atemu
061a135d05
Merge pull request #309585 from diniamo/global-steam-compat-paths-var
...
nixos/steam: add protontricks submodule
2024-05-24 20:17:35 +02:00
diniamo
fcaec6bdf7
nixos/steam: add protontricks submodule
2024-05-24 08:51:37 +02:00
Bobby Rong
e967f2f99c
Merge pull request #313416 from bobby285271/upd/pantheon-tweaks
...
pantheon-tweaks: 1.1.2 -> 2.0.1
2024-05-23 21:26:59 +08:00
Maëlys Bras de fer
95674de399
nixos/{river,hyprland}: override package using apply
2024-05-22 20:01:05 +02:00
Maëlys Bras de fer
bcbeccfa7d
nixos/{sway,river,hyprland}: cleanup
2024-05-22 19:45:46 +02:00
Maëlys Bras de fer
a4160dfe88
nixos/hyprland: use generic wayland-session module
2024-05-22 19:43:21 +02:00
Maëlys Bras de fer
cf159c437d
nixos/{sway,river}: make XWayland support optional
2024-05-22 19:43:19 +02:00
Bobby Rong
735a11d300
nixos/pantheon-tweaks: remove
...
You can just add the app to environment.systemPackages.
2024-05-22 21:58:16 +08:00
Nydragon
70b284d60c
nixos/thunderbird: init module
...
Addition of the thunderbird policies and about:config options to reflect
firefox's capabilities and to allow system wide locking of options.
2024-05-22 14:55:16 +09:00
Jade Lovelace
f953913c65
nixos/gnupg: remove dead code
2024-05-21 11:45:27 -07:00
Tom Fitzhenry
05b0c4973f
nixos/screen: fix assertion to actually execute
...
See https://github.com/NixOS/nixpkgs/issues/312194#issuecomment-2115239401 for explanation why the assertion currently fails to run.
2024-05-20 13:46:21 +10:00
Jack Wilsdon
391dfcf9af
nixos/steam: fix maintainers
2024-05-18 21:50:10 +01:00
Sandro
c21d10ba30
Merge pull request #263375 from lorenzleutgeb/benchexec
...
benchexec: init at 3.21
2024-05-18 15:52:30 +02:00
Lorenz Leutgeb
88d736df69
nixos/benchexec: init
2024-05-17 21:24:05 +02:00
Lorenz Leutgeb
1dd4d2283e
nixos/pqos-wrapper: init
2024-05-17 21:24:05 +02:00
Lorenz Leutgeb
c250e8ee94
nixos/cpu-energy-meter: init
2024-05-17 21:21:50 +02:00
linsui
ced6734812
yazi: add config files to wrapper
2024-05-18 01:52:43 +08:00
linsui
4826bc455d
nixos/yazi: support plugins and flavors
2024-05-18 01:52:34 +08:00
Naxdy
a765cd4a70
nixos/kdeconnect: don't install sshfs
...
see https://github.com/NixOS/nixpkgs/pull/311269 - it's now hardcoded
2024-05-16 21:48:34 +02:00
Ilan Joselevich
49ba95b9a3
Merge pull request #310115 from Nanotwerp/virt-manager-dconf
...
nixos/virt-manager: use `dconf` to autoconnect `QEMU/KVM`
2024-05-16 16:47:23 +03:00
Moraxyc
e704b94191
nixos/atop: fix mkSystemd
2024-05-16 19:53:25 +08:00
Julius Michaelis
f303b593a2
nixos/firefox: fix use of listToAttrs
...
Broken in #304773
Fixes #312098
2024-05-16 16:15:52 +09:00
Quantenzitrone
73d91cdd70
nixos/ydotool: init module
...
Co-authored-by: Cosima Neidahl <opna2608@protonmail.com>
2024-05-13 12:21:57 +02:00
Florian Klink
2ec060b94e
nixos/zsh: remove lib.lib
...
This fails my NixOS configuration:
```
error: attribute 'lib' missing
at /nix/store/ninrqc3pblnmqgh489cbr9rq5pijcpd6-nixpkgs-src/nixos/modules/programs/zsh/zsh-syntax-highlighting.nix:90:7:
89| programs.zsh.interactiveShellInit =
90| lib.lib.mkAfter (lib.concatStringsSep "\n" ([
| ^
91| "source ${pkgs.zsh-syntax-highlighting}/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh"
```
2024-05-13 10:21:47 +02:00
Danielle Lancashire
d0e35cbd3e
nixos/fish: Fix more lib references
2024-05-13 01:18:49 +02:00
Danielle Lancashire
f26c2aa2fc
nixos/fish: fix reference to mapAttrsFlatten
2024-05-13 00:58:30 +02:00
Weijia Wang
4433bbfd2a
Merge pull request #304773 from acid-bong/no-libs
...
treewide: remove file-wide `with lib;` uses in nixos/modules/programs
2024-05-12 21:52:15 +02:00
Acid Bong
49f6869f71
treewide: remove file-wide with lib; in nixos/modules/programs
2024-05-12 10:11:06 +03:00
Preston Hunt
7f0158313d
nixos/xss-lock: add warning for startx
2024-05-11 08:47:11 -07:00
Nanotwerp
9630d00c18
nixos/virt-manager: use dconf to autoconnect QEMU/KVM
2024-05-08 13:53:10 -04:00
seth
3056f09554
nixos/fish: add package option
2024-05-07 00:34:38 -04:00
éclairevoyant
23bde0b9e3
Revert "nixos/hyprland: Set environment variables for Hyprland to work better"
...
This reverts commit d18a587b78 .
2024-05-03 22:38:57 -04:00
Jan Tojnar
5b2b3b8558
nixos/gnome: Remove global with expressions
...
The can potentially mask evaluation errors due to laziness of variable access within.
2024-05-02 23:17:40 +02:00
Jan Tojnar
f77c3bf760
nixos/gnome: Remove deprecated aliases
2024-05-02 23:17:40 +02:00
Felix Buehler
f498f8ef4a
nixos/kubeswitch: use 'runCommand' instead of 'phases'
2024-04-30 23:01:23 +02:00
John Titor
d18a587b78
nixos/hyprland: Set environment variables for Hyprland to work better
...
XDG vars set to Hyprland
GTK and QT backend set to wayland (preferred), with x11 as fallback
Java AWT fix for tiling window managers
2024-04-27 11:44:44 +05:30
Pol Dellaiera
02f79ad801
Merge pull request #306535 from khaneliman/wshowkeys
...
wshowkeys: add cfg.package option
2024-04-26 18:02:41 +02:00
Yueh-Shun Li
54e547ff5d
nixos/singularity: format using nixfmt (Nix RFC 166)
2024-04-25 14:06:25 +08:00
Austin Horstman
91322305eb
wshowkeys: add cfg.package option
2024-04-24 08:47:38 -05:00
Basti
19081514c2
Merge pull request #304608 from tmuehlbacher/fix-fzf-bash-completions
...
nixos/fzf: fix bash with `fuzzyCompletion`
2024-04-21 18:37:01 +00:00
Thomas Mühlbacher
dd64d62858
nixos/fzf: fix bash with fuzzyCompletion
...
put all of fzf initialization after the bash-completions initialization
in bashrc, as the upstream project suggests in
https://github.com/junegunn/fzf/issues/72
Fixes : #303195
2024-04-21 20:33:03 +02:00
stuebinm
5cbfb939e5
nixos/fcast-receiver: remove uses of lib.mdDoc
2024-04-19 21:39:02 +02:00
Peder Bergebakken Sundt
2cf972b603
Merge pull request #298563 from Yarny0/tsm-client-update
...
tsm-client: 8.1.21.0 -> 8.1.22.0
2024-04-18 12:09:50 +02:00
Sandro
dd1ddc55ba
Merge pull request #283513 from YMSTNT/init-fcast
...
fcast-receiver: init at 1.0.14; nixos/fcast-receiver: init module
2024-04-17 21:46:38 +02:00
Acid Bong
418cc44106
nixos/soundmodem: drop lib.mdDoc, use package option everywhere ( #304811 )
...
- Fixed the `systemPackages` definition: it contained just the package
name without preceding `pkgs`
- Removed `lib.mdDoc` usage in accordance with #303841
2024-04-17 21:45:01 +02:00
Sandro
1501bf1129
Merge pull request #302656 from Stunkymonkey/soundmodem-dekstop-sudo
2024-04-17 10:48:13 +02:00
K900
784330e275
treewide: nuke remaining mdDoc leftovers
...
bors when
2024-04-15 20:12:24 +03:00
éclairevoyant
3947220b3d
Merge pull request #294923 from viperML/nh-module
...
nixos/nh: init
2024-04-15 14:31:42 +00:00
Fernando Ayats
1d84c76f5c
nixos/nh: init
2024-04-15 15:38:03 +02:00
Acid Bong
a5cedfaffa
nixos/slock: add .package option (for those wishing to override)
2024-04-14 19:39:14 +03:00
rewine
304c66ce05
Merge pull request #303174 from JohnRTitor/hyprland-module
...
nixos/hyprland: add the correct user profile bin directory to systemd PATH
2024-04-14 02:20:21 +08:00
stuebinm
6afb255d97
nixos: remove all uses of lib.mdDoc
...
these changes were generated with nixq 0.0.2, by running
nixq ">> lib.mdDoc[remove] Argument[keep]" --batchmode nixos/**.nix
nixq ">> mdDoc[remove] Argument[keep]" --batchmode nixos/**.nix
nixq ">> Inherit >> mdDoc[remove]" --batchmode nixos/**.nix
two mentions of the mdDoc function remain in nixos/, both of which
are inside of comments.
Since lib.mdDoc is already defined as just id, this commit is a no-op as
far as Nix (and the built manual) is concerned.
2024-04-13 10:07:35 -07:00
YMSTNT
08ac037cac
nixos/fcast-receiver: init module
2024-04-13 17:36:34 +02:00
OPNA2608
29ef3d58b5
nixos/coolercontrol: Add support for Nvidia hardware
2024-04-13 12:24:02 +02:00
Armin
262222169f
nixos/kubeswitch: init
...
Add a module to activate the kubeswitch in the shell
2024-04-12 00:46:02 +02:00
Basti
8978af6b99
Merge pull request #303213 from SuperSandro2000/fzf-followup
...
nixos/fzf: bring back keybindings and completion option removed in #298692
2024-04-11 20:15:14 +00:00
Pol Dellaiera
903414041b
Merge pull request #302559 from linsui/lazygit
...
nixos/lazygit: init
2024-04-11 21:53:36 +02:00
Aleksana
029c95c780
Merge pull request #271342 from PhDyellow/ryzen_smu
...
ryzen_smu: init at 0.1.5, ryzen_monitor_ng: init at 2.0.5
2024-04-12 00:15:45 +08:00
Sandro Jäckel
1fb10f5017
nixos/fzf: bring back keybindings and completion option removed in #298692
...
Also drop with lib
2024-04-11 15:08:51 +02:00
John Titor
1198dc84f8
nixos/hyprland: systemd.setPath - fix user profile bin directory
...
%u modifier can be used to get the username in systemd config
$USER var expansion does not work without manually importing $USER
Should fix opening links in home manager/user profile programs
2024-04-11 09:53:43 +05:30
Phil Dyer
286d741f47
nixos/ryzen-monitor-ng: init module
...
A userspace tool for setting and getting AMD CPU power
and performance parameters.
The module adds `ryzen_monitor_ng` to `environment.systemPackages` and
enables the `ryzen-smu` module, as `ryzen_monitor_ng` requires the
`ryzen_smu` kernel module to function.
2024-04-11 11:46:59 +10:00
linsui
f1c99961e3
nixos/fzf: fix typo
2024-04-10 19:55:33 +08:00
Sandro
4cc6ce454d
Merge pull request #291913 from SuperSandro2000/sddm-wayland-only
2024-04-09 14:31:12 +02:00
K900
ad3a164c8c
Merge pull request #302748 from eclairevoyant/steam-fonts-revert
...
Revert "nixos/steam: ensure Steam picks up font packages"
2024-04-09 08:24:41 +03:00
Bjørn Forsman
a29010fe79
nixos: improve many 'enable' descriptions
2024-04-09 07:10:17 +02:00
éclairevoyant
f6fe07e669
Revert "nixos/steam: ensure Steam picks up font packages"
...
This reverts commit 2a1241b0e6 .
2024-04-09 00:38:11 -04:00
éclairevoyant
0c165dec84
nixos/steam: ensure Steam picks up font packages
2024-04-08 15:59:36 -07:00
Felix Buehler
a172aaec9b
nixos/soundmodem: init
2024-04-08 22:15:16 +02:00
Sandro Jäckel
476b8c276e
treewide: rename renamed sddm/displayManager settings
2024-04-08 21:56:38 +02:00
linsui
89db988ed2
nixos/lazygit: init
...
Update nixos/modules/programs/lazygit.nix
Co-authored-by: Aleksana <alexander.huang.y@gmail.com>
Update nixos/modules/programs/lazygit.nix
Co-authored-by: Aleksana <alexander.huang.y@gmail.com>
2024-04-09 01:46:43 +08:00
Marek Fajkus
e8c2005464
Merge pull request #301904 from presto8/restart-xss-lock
...
nixos/xss-lock: restart if xss-lock exits
2024-04-08 10:48:03 +02:00
Weijia Wang
d217732cef
Merge pull request #302195 from anthonyroussel/fix-oddjobd
...
nixos/oddjobd: enable dbus service to fix service startup
2024-04-07 22:52:46 +02:00
Mario Rodas
5d58ded833
Merge pull request #298692 from SebTM/auto-update/fzf
...
fzf: 0.47.0 -> 0.48.1
2024-04-07 14:42:45 -05:00
Anthony Roussel
9a03f2ca13
nixos/oddjobd: enable oddjob dbus service
2024-04-07 20:29:22 +02:00
Mario Rodas
9d27034eba
nixos/fzf: fix fish shell commmand
2024-04-07 04:20:00 +00:00
John Titor
dfa44e80da
nixos/hyprland: Add possible bin directory paths, ie, user packages bin
...
If user chooses, they can `exec-once=dbus-update-activation-environment --systemd --all` in hyprland.conf
To import all path variables from the system's environment to systemd's environment
Also set option example to false
2024-04-06 02:29:13 +05:30
John Titor
10d1589126
nixos/hyprland: removed references to mdDoc since it is the default
2024-04-06 02:29:12 +05:30
John Titor
888accda88
nixos/hyprland: add systemd.setPath.enable option
...
This commit adds systemd.setPath.enable option to hyprland module
which sets the systemd path to include the current system's bin
This is needed in Hyprland only setups, where opening links in applications like VS code do not work.
2024-04-06 02:29:07 +05:30
Preston Hunt
c793e55092
nixos/xss-lock: restart if xss-lock exits
2024-04-05 11:13:38 -07:00
Atemu
86485bebac
Merge pull request #295452 from jopejoe1/appimage
...
nixos/appimage: init
2024-04-05 01:46:09 +02:00
jopejoe1
f1019f9719
nixos/appimage: init
2024-04-01 19:58:34 +02:00
K900
ff964811c9
Merge pull request #300234 from SuperSandro2000/partition-plasma6
...
nixos/partition-manager: use qt6 when plasma6 is activated p
2024-03-30 17:27:49 +03:00
Sandro Jäckel
94805a3d21
nixos/partition-manager: use qt6 when plasma6 is activated
...
This also fixes System Settings > Windows Shares complaining about the
wrong QT version under Plasma6.
2024-03-30 14:31:45 +01:00
Sandro Jäckel
26538d4700
nixos/partition-manager: remove with with lib, cleanup
2024-03-30 14:18:56 +01:00
Janne Heß
fcc95ff817
treewide: Fix all Nix ASTs in all markdown files
...
This allows for correct highlighting and maybe future automatic
formatting. The AST was verified to work with nixfmt only.
2024-03-28 09:28:12 +01:00
Janne Heß
bc77c7a973
treewide: Mark Nix blocks in markdown as Nix
...
This should help us with highlighting and future formatting.
2024-03-28 09:28:12 +01:00
Jörg Thalheim
6d64d66af1
Merge pull request #299576 from SuperSandro2000/nix-ld-config
...
nixos/nix-ld: move default libraries to config
2024-03-27 23:31:03 +01:00
Sandro Jäckel
c71c097282
nixos/nix-ld: fix typo
2024-03-27 21:24:33 +01:00
Sandro Jäckel
6df88425c8
nixos/nix-ld: move default libraries to config
2024-03-27 20:42:25 +01:00
Sandro
9b1984ce36
Merge pull request #293117 from SuperSandro2000/goldwarden
2024-03-27 17:04:26 +01:00
Shawn8901
942a381573
steam: fix merging of extraEnv with extest enabled
2024-03-25 23:38:33 +01:00
Sandro Jäckel
7ffcd69c1f
nixos/goldwarden: init
2024-03-25 22:29:55 +01:00
Sebastian Sellmeier
e3812e1875
fzf: Update package and module (shell-completions)
...
Update derivation to not install old shell-completions
Update module to load completion for bash, fish (new) and zsh (or oh-my-zsh plugin) with changed way through fzf-binary
Added change to release note as it is backwards-incompatible.
2024-03-24 20:20:16 +01:00
Yarny0
961584c3dc
tsm-client: 8.1.21.0 -> 8.1.22.0
...
"Update History" (release notes):
https://www.ibm.com/support/pages/node/6998343
...does not list any security-relevant changes
(mostly trademark name changes).
Also, all URLs in package and module comments are updated.
2024-03-22 17:25:25 +01:00
éclairevoyant
debb92775e
nixos/starship: cleanup
2024-03-20 21:08:43 +11:00
éclairevoyant
4f9d91e276
nixos/starship: allow setting package
2024-03-20 21:08:43 +11:00
maxine
b0f45b4837
Merge pull request #295926 from savannidgerinel/savanni/1password-8.10.28-21
...
_1password-gui_beta: 8.10.28-11 -> 8.10.28-21 + refactor
2024-03-19 23:11:29 +01:00
Savanni D'Gerinel
61b6a6ae6f
_1password-gui-beta: 8.10.28-11 -> 8.10.28-21
...
- Updating the 1Password beta release to 8.10.28
- Removing the KeyringHelper application.
2024-03-19 23:09:37 +01:00
Atemu
44a3dd2ef4
Merge pull request #296009 from Atemu/steamcompattools
...
proton-ge-bin: init at 9-1, nixos/steam: use steamcompattool output for extraCompatPackages
2024-03-16 20:57:05 +00:00
Atemu
bdc55d2f86
nixos/steam: provide example in extraCompatPackages
2024-03-16 17:59:27 +01:00
Atemu
2b619c2314
nixos/steam: use steamcompattool output for extraCompatPackages
...
This sets a standard for Steam compat tools in NixOS where they must have the
compat tool in a special steamcompattool output.
proton-ge-bin was adjusted to conform with it.
2024-03-16 17:59:27 +01:00
Guanran Wang
0a5801395a
nixos/clash-verge: add cfg.package
2024-03-10 20:16:41 +01:00
Sandro
c86e8fd7a0
Merge pull request #133542 from fpletz/refactor/pinentry-remove-multiple-outputs
...
pinentry: remove multiple outputs
2024-03-09 23:57:27 +01:00
Maciej Krüger
53c527b694
Merge pull request #292817 from mkg20001/steam-team
...
teams.steam: add - ref #289561
2024-03-08 13:26:02 +01:00
K900
7b8d88fa05
nixos/steam: fix eval after #293564
2024-03-08 14:42:31 +03:00
Maciej Krüger
26c09016b9
modules/steam: transfer maintainership to steam team
2024-03-08 12:25:03 +01:00
Thiago Kenji Okada
488f218407
Merge pull request #293564 from Shawn8901/steam-compat-tools
...
steam: add extraCompatPackages
2024-03-08 11:06:15 +00:00
Lorenz Leutgeb
9692e2e819
nixos/java: No bashisms in environment.shellInit script
...
Running dash (the lightweight Debian Almquist shell) results in
```
source: not found
```
For this line which ends up in `/etc/profile`. Let's use `.` instead, according to [the Ubuntu wiki](https://wiki.ubuntu.com/DashAsBinSh#source ) and [`checkbashisms`](https://sourceforge.net/projects/checkbaskisms/ ):
```
possible bashism in /etc/profile line [...] (should be '.', not 'source'):
test -e /nix/store/[...]/nix-support/setup-hook && source /nix/store/[...]/nix-support/setup-hook
```
2024-03-07 21:05:18 +01:00
Yuri Nesterov
960f93fd4f
nixos/chromium: add the ability to set initial preferences
2024-03-06 21:32:18 +02:00
Shawn8901
93a891f0e8
steam: add extraCompatPackages
2024-03-06 20:24:55 +01:00
Brian McKenna
40bebc8749
extest: refactor to use mkEnableOption
2024-03-04 19:18:20 +11:00
Brian McKenna
5dffe7eebf
extest: init at 1.0.2
2024-03-04 19:18:20 +11:00
Cosima Neidahl
c981cb00dd
Merge pull request #248972 from codifryed/coolercontrol-0.17.0
...
coolercontrol: init at 1.1.1
2024-03-03 19:31:59 +01:00
Naxdy
bc910886a1
programs/kdeconnect: install sshfs
2024-03-02 17:51:04 +01:00
Franz Pletz
764d15f59f
pinentry: remove multiple outputs package
...
fixes #133156 #124753
2024-03-02 17:16:53 +01:00
Arnout Engelen
728d2d1fd9
Merge pull request #287805 from raboof/sway-update-to-1.9
...
sway: 1.8.1 -> 1.9.0
2024-02-29 12:06:52 +01:00
Arnout Engelen
36e51d7cbf
sway: 1.8.1 -> 1.9.0
...
Co-authored-by: Phileas Lebada <norpol@users.noreply.github.com>
Co-authored-by: éclairevoyant <848000+eclairevoyant@users.noreply.github.com>
2024-02-29 11:37:30 +01:00
K900
ad1b1e8aca
nixos/gnupg: check for plasma 6
2024-02-28 18:49:33 +03:00
opl
877179c89d
nixos/steam: add localNetworkTransfers.openFirewall option
...
Steam local network game transfers require TCP port 27040 to be open:
https://steamcommunity.com/groups/SteamClientBeta/discussions/0/3775742015034590856/#c3827537203130812127
They also require UDP port 27036 to allow discovering peers on the same network before a transfer on port 27040 can be initiated.
Co-authored-by: Kira Bruneau <kira.bruneau@pm.me>
2024-02-23 22:03:24 +01:00
Emery Hemingway
28ffcffcbf
nixos/ccache: add options to set ownership of cache dir
2024-02-23 11:08:02 +00:00
Emery Hemingway
d843ec4e3d
nixos/ccache: do not "with lib;"
2024-02-23 11:08:02 +00:00
linsui
7e9402c7b9
nixos/yazi: update document url
2024-02-18 19:51:28 +08:00
Peder Bergebakken Sundt
513f2c6cf3
Merge pull request #251015 from TomaSajt/quark-goldleaf
...
quark-goldleaf: init at 1.0.0
2024-02-16 23:15:06 +01:00
Guy Boldon
0824756d05
coolercontrol.*: init at 1.1.1
2024-02-16 19:16:24 +01:00
K900
526bcf58da
nixos/chromium: fix incorrect option definition
...
Fixes #232528
2024-02-13 15:17:45 +03:00
Sandro Jäckel
d449e88309
nixos/chromium: remove lots of extra whitespace from docs
2024-02-07 16:04:26 +01:00
Sandro Jäckel
d4df5391d0
nixos/chromium: add enablePlasmaBrowserIntegration, plasmaBrowserIntegrationPackage options
2024-02-07 16:04:25 +01:00
Sandro Jäckel
a73a43d737
nixos/chromium: don't generate empty files
2024-02-07 16:04:20 +01:00
Sandro Jäckel
5538de972d
nixos/chromium: cleanup formatting a bit to
...
this also reduces the diff in the next commits
2024-02-07 16:03:42 +01:00
Sandro
ed742ab4fc
Merge pull request #275621 from Yarny0/tsm-client-update
...
tsm-client: 8.1.20.0 -> 8.1.21.0
2024-02-06 17:17:40 +01:00
h7x4
7ac5d2ce0c
Merge pull request #284154 from PassiveLemon/ALVR
...
alvr: init at 20.6.1
2024-02-02 11:36:08 +01:00
Felix Bühler
b6e25194a4
Merge pull request #283778 from linsui/noat
...
nixos/nautilus-open-any-terminal: init
2024-01-29 22:07:23 +01:00
PassiveLemon
1d3e2a92bc
nixos/alvr: init module
2024-01-27 19:45:27 -05:00
Weijia Wang
7d021ca26b
Merge pull request #265056 from rgri/init-mouse-actions
...
mouse-actions: init at 0.4.4
2024-01-27 03:47:42 +01:00
Kira Bruneau
473b20c3d7
Merge pull request #281909 from kira-bruneau/gamemode
...
nixos/gamemode: add gamemode group
2024-01-26 15:25:56 -05:00
Lassulus
da25b2382d
Merge pull request #280373 from h7x4/treewide-use-new-tmpfiles-api
...
treewide: use new tmpfiles API
2024-01-26 10:47:18 +01:00
tomberek
7aea9330a6
Merge pull request #60804 from jluttine/add-brightness-keys-to-light
...
light: support brightness control keys
2024-01-26 02:43:19 -05:00
rgri
28614f6861
mouse-actions: init at 0.4.4
...
Co-authored-by: Donovan Glover <donovan@dglover.co>
Co-authored-by: Arne Keller <2012gdwu+github@posteo.de>
2024-01-25 22:25:29 -06:00
linsui
6d1e022e7c
nixos/nautilus-open-any-terminal: init
2024-01-25 22:00:23 +08:00
Elijah M. Immer
c847e364ea
nixos/hyprland: move to programs/wayland
...
Just moved to hyprland module to programs/wayland.
This has no effect on the module side (still accessed the same way in
the module `programs.hyprland`) just moved to be inline with other
wayland compositors.
Also edit the module list to reflect where the file is located.
2024-01-24 20:20:07 -08:00
h7x4
f5d513c573
treewide: use new tmpfiles api
2024-01-24 05:13:17 +01:00
Peder Bergebakken Sundt
0fbb6483cf
Merge pull request #273537 from sigprof/nixos-ssh-askpass-xauthority
...
nixos/ssh: pass XAUTHORITY to ssh-askpass
2024-01-22 00:43:59 +01:00
Kira Bruneau
b250e162d6
nixos/gamemode: add gamemode group
...
Gamemode 1.8 requires users to be in the gamemode group to set the CPU
governor, so we should automatically create it when it's enabled.
2024-01-18 18:06:36 -05:00
Mario Rodas
76a31fdb5c
Merge pull request #267440 from linsui/starship
...
nixos/starship: add presets
2024-01-13 14:27:06 -05:00
TomaSajt
56a43aaba8
nixos/quark-goldleaf: init
2024-01-11 11:02:01 +01:00
Someone Serge
35de6f1c4e
nixos/singularity: disable setuid for apptainer
...
(cherry picked from commit 5f4b6ea5dd )
2024-01-10 20:47:57 +00:00
José Romildo Malaquias
3ab8dd6bf4
Merge pull request #278819 from romildo/upd.labwc
...
nixos/labwc: init
2024-01-09 12:36:11 -03:00
K900
8c56a751cb
Merge pull request #279422 from wegank/partition-manager-kde
...
libsForQt5.kpmcore, partition-manager: move to applications/kde
2024-01-08 15:40:06 +03:00
Weijia Wang
788c45eb57
partition-manager: move to aliases.nix
2024-01-08 13:36:56 +01:00
Nick Cao
59eabdc943
Merge pull request #275637 from SuperSandro2000/firefox-app-update
...
nixos/firefox: disable updates when policies when programs.firefox.policies is defined
2024-01-07 10:29:43 -05:00
José Romildo
42c74f2067
nixos/labwc: init
2024-01-05 10:59:13 -03:00
Kira Bruneau
017bc47e74
Merge pull request #272943 from kira-bruneau/gamemode
...
gamemode: 1.7 -> 1.8.1
2023-12-28 19:10:56 -05:00
Kira Bruneau
02d4aa2306
nixos/gamemode: format with nixpkgs-fmt
2023-12-27 08:55:23 -05:00
linsui
68543ba85f
nixos/starship: add presets
2023-12-26 03:48:01 +08:00
Maciej Krüger
d5ba1d218a
Merge pull request #276377 from mkg20001/cinnamon-fix-gpaste
...
nixos/gpaste: also add to cinnamon session path + fix sessionPath
2023-12-25 16:55:54 +01:00
Maciej Krüger
6698e96026
nixos/gpaste: also add to cinnamon session path - fixes #276028
...
This fixes gpaste-reloaded applet for cinnamon,
which requires gpaste's typelib to be accessible
2023-12-24 14:52:20 +01:00
someplaceguy
8164b71bf9
nixos/atop: remove leftover *.new files before starting conversion
...
The pre-start script was actually trying to convert these leftover
`*.new` and even `*.new.new` files, and failing to do so because the
`*.new.new` files were being overwritten and removed before they were
converted.
2023-12-23 14:37:29 +00:00
hexclover
66bda599f4
mininet, nixos/mininet: Wrap executables in the package, not the module
...
Also move the `mn` executable from the Python module to the main package.
2023-12-22 19:15:14 +01:00
Thiago Kenji Okada
ad16ca96e6
Merge pull request #267261 from name-snrl/make-overriding-sway-package-easier
...
nixos/sway: refactoring of `package` option
2023-12-21 10:34:16 +00:00
Jörg Thalheim
3fcdbd3029
Merge pull request #275591 from Mic92/nix-direnv-nixos
...
nixos/nix-direnv: respect configured nix package
2023-12-21 11:18:08 +01:00
Jörg Thalheim
fd32059984
nixos/nix-direnv: respect configured nix package
...
Rebuilds should be reasonably fast since it's a shell script
and we don't end up with different versions of nix in the store.
2023-12-21 09:08:42 +01:00
Sandro Jäckel
a3c1997215
nixos/firefox: disable updates when policies when programs.firefox.policies is defined
...
Before the default value in the wrapper was just silently overwritten
and firefox prompted you for updates.
2023-12-20 13:31:11 +01:00
Peder Bergebakken Sundt
6b25f0686e
Merge pull request #253147 from SuperSandro2000/ssh-forwardx11
...
nixos/ssh: add variant to not set ForwardX11
2023-12-20 12:42:47 +01:00
Yarny0
59539b9bc5
tsm-client: 8.1.20.0 -> 8.1.21.0
...
"Update History" (release notes):
https://www.ibm.com/support/pages/node/6998343
At the time of this writing,
the "APAR" links of the "Update History" lead to 404.
However, the abstracts indicate that
this update is not security critical.
Note that this update changed the GUI window title
to "IBM Storage Protect"
(the product itself was renamed with version 8.1.19.0 already).
The commit at hand adapts the GUI vm test accordingly.
Also, all URLs in package and module comments are updated.
2023-12-19 19:47:28 +01:00
Sandro Jäckel
88946fe4d8
nixos/ssh: add variant to not set ForwardX11
...
ssh_config allows a setting to only be set once and if more complex
conditions are used than having ForwardX11 already defined can be a
problem.
2023-12-19 19:35:26 +01:00
Mario Rodas
46b52eea7a
Merge pull request #268156 from reedriley/starship-env
...
nixos/starship: change module logic that sets STARSHIP_CONFIG to not override user config
2023-12-16 18:46:06 -05:00
Lin Jian
174fc675c8
Merge pull request #273313 from Enzime/add/mosh-firewall-option
...
nixos/mosh: add `programs.mosh.openFirewall`
2023-12-16 12:24:42 -06:00
Pol Dellaiera
8da07755de
nixos/winbox: add missing environment.systemPackages
2023-12-16 10:09:59 +01:00
Michael Hoang
5a211498ed
nixos/mosh: add programs.mosh.openFirewall
2023-12-16 12:57:20 +11:00
Michael Hoang
f9be47e08c
nixos/mosh: use mkEnableOption
2023-12-16 12:57:03 +11:00
Pol Dellaiera
700959c8ee
nixos/winbox: init
2023-12-15 19:48:49 +01:00
Linus Heckemann
1f42f70866
Merge pull request #270523 from m-bdf/river-xdg-portal-config
...
nixos/river: add xdg.portal.config
2023-12-14 14:07:08 +01:00
Robert Hensing
bef10a5ace
Merge pull request #269551 from tejing1/nixos-stub-ld
...
nixos/stub-ld: init module
2023-12-13 22:36:30 +01:00
Mihai Fufezan
79ddf33f84
nixos/hyprland: remove enableNvidiaPatches option
...
Hyprland now works on Nvidia without patching.
2023-12-13 21:16:16 +01:00
SharzyL
497903264e
nixos/firejail: fix typo
2023-12-11 21:47:43 +08:00
Sergey Vlasov
921ee60d2c
nixos/ssh: pass XAUTHORITY to ssh-askpass
2023-12-11 15:44:32 +03:00
Jaakko Luttinen
5e329241e8
light: support brightness control keys
2023-12-09 14:36:07 +02:00
Jeff Huffman
bf6f0d3cf4
nixos/ldso: init module
2023-12-03 16:23:44 -05:00
Weijia Wang
d1fc3a5f9f
Merge pull request #253428 from Yarny0/tsm-freeform
...
nixos/tsm-client: migrate to freeform settings (RFC42)
2023-12-03 14:50:12 +01:00
Peder Bergebakken Sundt
1079eccc63
Merge pull request #262133 from h7x4/cleanup-screen-module
...
nixos/screen: clean up module
2023-12-02 15:56:45 +01:00
Yarny0
20a9a21b24
nixos/tsm-client: add migration code for freeform settings
...
To help users migrate from the previous
settings to new freeform settings type,
the commit at hand adds some
`mkRemovedOptionModule` and `mkRenamedOptionModule`.
These modules are not designed to work
inside an attribute set of submodules.
They create values for `assertions` and
`warnings` to inform the user of required changes.
Also, these informational texts do not contain
the full attribute path of the changed options.
To work around these deficiencies,
we define the required options `assertions` and `warnings`
inside the submodule and later add the values collected
inside these options to the corresponding top-level options.
In the course of doing so, we also add the full attribute path
to the informational texts so the user knows these warning
and error messages refer to the `tsmClient.servers` option.
Also, we have to filter out `warnings`, `assertions`, and
the "old" options when rendering the target config file.
2023-12-02 09:09:28 +01:00
Yarny0
98c03bf8c6
nixos/tsm-client: stricter assertions
...
Check for spaces or duplicate names in server config keys.
Since server config keys are case insensitive,
a setting like
```
{
compression = "yes";
Compression = "no";
}
```
would lead to an ambiguous configuration.
2023-12-02 09:09:27 +01:00
Yarny0
3fb29fecd5
nixos/tsm-client: use freeformType for server config
...
`tsm-client` uses a global configuration
file that must contain coordinates for each
server that it is supposed to contact.
This configuration consists of text
lines with key-value pairs.
In the NixOS module, these servers may be declared
with an attribute set, where the attribute name
defines an alias for the server, and the value
is again an attribute set with the settings for
the respective server.
This is organized as an option of type `attrsOf submodule...`.
Before this commit:
Important settings have their own option within
the submodule. For everything else, there is
the "catch-all" option `extraConfig` that may
be used to declare any key-value pairs.
There is also `text` that can be used to
add arbitrary text to each server's
section in the global config file.
After this commit:
`extraConfig` and `text` are gone,
the attribute names and values of each server's attribute
set are translated directly into key-value pairs,
with the following notable rules:
* Lists are translated into multiple lines
with the same key, as such is permitted by
the software for certain keys.
* `null` may be used to override/shadow a value that
is defined elsewhere and hides the corresponding key.
Those "important settings" that have previously been
defined as dedicated options are still defined as such,
but they have been renamed to match their
corresponding key names in the configuration file.
There is a notable exception:
"Our" boolean option `genPasswd` influences the "real"
option `passwordaccess', but the latter one is
uncomfortable to use and might lead
to undesirable outcome if used the wrong way.
So it seems advisable to keep the boolean option
and the warning in its description.
To this end, the value of `getPasswd` itself is
later filtered out when the config file is generated.
The tsm-backup service module and the vm test are adapted.
Migration code will be added in a separate
commit to permit easy reversal later, when the
migration code is no longer deemed necessary.
2023-12-02 09:09:27 +01:00
Yarny0
8b918ed8ab
nixos/tsm-client: submodule doesn't need singleton list
2023-12-02 09:09:27 +01:00
Yarny0
5bc6eb731e
nixos/tsm-client: server alias names cannot have spaces
2023-12-02 09:09:27 +01:00
Yarny0
fe96d79adf
nixos/tsm-client: drop own checkIUnique for allUnique
2023-12-02 09:09:27 +01:00
Yarny0
363cf1e363
nixos/tsm-client: use mkPackageOption for wrappedPackage
2023-12-02 09:08:47 +01:00
Yarny0
cec6d7f51a
nixos/tsm*: update product name and URLs
...
With the tsm-client 8.1.19.0 release,
IBM renamed the product brand from
"IBM Spectrum Protect" to "IBM Storage Protect":
https://www.ibm.com/support/pages/node/6964770 .
The package already got updated in commits
5ff5b2ae4c and
a4b7a62532 .
The commit at hand updates the modules accordingly.
2023-12-02 09:05:45 +01:00
Emily Trau
00bee09724
Merge pull request #264419 from Noodlez1232/joycond-cemuhook
...
joycond-cemuhook: init at unstable-2023-08-09
2023-12-01 22:00:55 +11:00
Weijia Wang
a06a0562f1
Merge pull request #271302 from SohamG/patch-1
...
nixos/oddjobd: add SohamG as maintainer
2023-12-01 09:19:46 +01:00
Soham Gumaste
e1c0473dc4
nixos/oddjobd: add SohamG as maintainer
2023-12-01 09:17:45 +01:00
h7x4
f12eabdcbe
nixos/screen: clean up
2023-12-01 01:35:29 +01:00
h7x4
79d3d59f58
treewide: replace mkPackageOptionMD with mkPackageOption
2023-11-30 19:03:14 +01:00
Peder Bergebakken Sundt
637577f1bb
Merge pull request #261704 from baloo/baloo/dublin-traceroute/init
...
dublin-traceroute: init at 2023.04.12
2023-11-30 18:17:24 +01:00
Weijia Wang
feeae486de
Merge pull request #261702 from h7x4/replace-mkoption-with-mkpackageoption
...
treewide: use `mkPackageOption`
2023-11-30 02:49:30 +01:00
Emily Trau
a557bce738
Merge pull request #270344 from hexclover/bump-mininet
...
mininet: 2.3.0 -> 2.3.1b4, make `mn` start again
2023-11-29 18:24:33 +11:00
Arthur Gautier
070bcf9da4
nixos/dublin-traceroute: init
2023-11-28 08:47:56 -08:00
Maëlys Bras de fer
03652db90b
nixos/river: add xdg.portal.config
2023-11-28 00:49:03 +01:00
hexclover
4e6fc83b98
nixos/mininet: wrap with mininet in PYTHONPATH and ifconfig in PATH
2023-11-27 14:22:30 +08:00
h7x4
0a37316d6c
treewide: use mkPackageOption
...
This commit replaces a lot of usages of `mkOption` with the package
type, to be `mkPackageOption`, in order to reduce the amount of code.
2023-11-27 01:28:36 +01:00
K900
54c8998ba1
treewide: /lib/libexec -> /libexec
...
/lib/libexec doesn't exist.
2023-11-26 10:55:37 +03:00
ProminentRetail
2db2f446c2
nixos/git: add prompt.enable
2023-11-24 20:38:16 +01:00
Silvan Mosberger
bf01ec00a0
Merge pull request #250949 from ShamrockLee/apptainer-localstatedir
...
apptainer, singularity: use self-contained LOCALSTATEDIR by default
2023-11-23 01:37:54 +01:00
Reed Riley
ed84add157
nixos/starship: add comment describing why this uses a hardcoded path
2023-11-22 11:17:03 -08:00
Bobby Rong
fd788f9d1a
nixos/wayland: Add xdg.portal.config or xdg.portal.configPackages
...
See the changes in x-d-p 1.17 for details.
2023-11-21 08:42:17 +01:00
Reed Riley
71d9dab8f0
starship: change logic that sets STARSHIP_CONFIG so that it won't override a user-provided config
2023-11-17 11:17:52 -08:00
name_snrl
e3a7f716c2
nixos/sway: refactoring of package option
...
Instead of the `defaultSwayPackage` variable that overrides `pkgs.sway`, use a
function that will override the user-defined package, but only if the package
contains the necessary arguments.
2023-11-13 23:06:45 +05:00
Fabian Möller
cd631134df
AusweisApp2: 1.26.7 -> 2.0.1
2023-11-13 13:43:39 +01:00
Anthony Roussel
e30f48be94
treewide: fix redirected and broken URLs
...
Using the script in maintainers/scripts/update-redirected-urls.sh
2023-11-11 10:49:01 +01:00
~noodlez1232
f1047f611d
joycond-cemuhook: init at unstable-2023-08-09
2023-11-10 18:09:55 -08:00
Adam Joseph
bc2d598878
treewide: change pythonForBuild to pythonOnBuildForHost
2023-11-05 17:42:12 -08:00
Thiago Kenji Okada
3fcd5f430b
Merge pull request #263206 from kanashimia/revert-259066-add-renice-sway
...
Revert "nixos/sway: add enableRealtime option"
2023-11-04 21:59:06 +00:00
linsui
92c106c097
nixos/firefox: update document link
2023-11-03 17:05:37 +08:00
Acid Bong
e7d95c440b
nixos/direnv: fix typo
2023-10-31 12:09:06 +02:00
Herwig Hochleitner
a5e03844dc
Merge pull request #260091 from bendlas/fix-cdemu-service
...
cdemu: fix service setup
2023-10-27 14:46:57 +02:00
h7x4
8c2f678ff6
nixos/cardboard: use mkPackageOptionMD
2023-10-25 16:19:26 -03:00
Anderson Torres
6b2f0db256
nixos/cardboard: init
...
Copy-inspired from river.
2023-10-25 13:26:38 -03:00
Kanashimia
952bb841ae
Revert "nixos/sway: add enableRealtime option"
2023-10-24 21:38:32 +03:00
K900
60421a1622
firefox: start killing all the per-extension options
2023-10-22 17:13:42 +03:00
Ivan Jager
57436cf549
nixos/firefox: Fix package references
...
https://github.com/NixOS/nixpkgs/pull/262017 removed `with pkgs;` so setting
`programs.firefox.enable = true` resulted in evaluation errors like
`error: undefined variable 'ff2mpv'`
This still doesn't fix https://github.com/NixOS/nixpkgs/issues/262600
2023-10-21 16:53:32 -05:00
K900
186cd78231
Merge pull request #262017 from K900/firefox-preserve-old-args
...
nixos/firefox: preserve old wrapper args when overriding
2023-10-21 11:46:40 +03:00
Bjørn Forsman
142074c2a8
nixos: fix bad mkEnableOption descriptions
...
Fix descriptions that don't account for (1) the "Whether to enable"
prefix or (2) the automatically added trailing dot.
2023-10-20 16:22:40 +01:00
K900
23704cce1f
nixos/firefox: preserve old wrapper args when overriding
...
Also some drive-by cleanups
2023-10-19 13:10:22 +03:00
r-vdp
97e3336a5b
fish: use the subcommand style for the status command
...
The flag style has been deprecated and will eventually be removed.
2023-10-19 08:40:56 +02:00
the-furry-hubofeverything
ac30ac808a
nixos/virt-manager: init
2023-10-18 21:02:37 +02:00
Maximilian Bosch
89ec004f59
nixos/regreet: make cage(1) args configurable
...
In my case I'd like to be able to add `-m last` to `cage` to make sure
that the login form from regreet isn't displayed half on my external
monitor and half on my laptop screen, but on the last connected monitor
only.
That's basically the issue described in #226586 , though it's not a
proper fix since the login form is shown on one monitor only.
2023-10-18 14:01:32 +02:00
Artturi
32817b0b03
Merge pull request #259075 from schuelermine/patch/nixos/modules/nano/syntaxHighlight
2023-10-15 02:46:07 +03:00
Janik
96896946dd
Merge pull request #242371 from jfly/add-openvpn3-systemd-resolved-support
2023-10-13 19:58:37 +02:00
Jeremy Fleischman
7ee5699496
nixos/openvpn3: Add support for systemd-resolved
...
I noticed that openvpn3 is been clobbering my `/etc/resolv.conf` file. I
dug around a bit, and it turns out that upstream actually does have
support for systemd-resolved. I think it makes sense for us to
automatically enable that feature if the system is configured to use
systemd-resolved.
I opted to not change the default behavior of `pkgs.openvpn3`, but can
easily be convinced to change that if folks think I should.
2023-10-13 00:32:15 -07:00
Pol Dellaiera
30046d3bc1
nixos/module: add projecteur
2023-10-12 19:51:20 +02:00
figsoda
a9cd086d3c
Merge pull request #260618 from Aleksanaa/nixos/bandwhich
...
nixos/bandwhich: add missing capabilities
2023-10-12 10:18:46 -04:00
aleksana
bb777015c8
nixos/bandwhich: add missing capabilities
2023-10-12 15:53:55 +08:00
Herwig Hochleitner
13364f124a
cdemu: fix service setup
...
closes https://github.com/NixOS/nixpkgs/issues/154613
2023-10-10 00:23:27 +02:00
Thiago Kenji Okada
e7a621f8e9
Merge pull request #259066 from thiagokokada/add-renice-sway
...
nixos/sway: add enableRealtime option
2023-10-09 19:53:51 +01:00
Michele Guerini Rocco
2e54187399
Merge pull request #258347 from Benjamin-L/gnupg-agent-extraconfig
...
nixos/gnupg: add agent.settings option
2023-10-09 11:12:55 +02:00
Benjamin Lee
f0a8e05a5d
nixos/gnupg: add agent.settings option
2023-10-05 18:43:23 -07:00
Thiago Kenji Okada
63fce4ce48
nixos/sway: add enableRealtime option
...
This option wraps the `sway` binary to allow it to request realtime
scheduling (SCHED_RR). This allow for possible lower latency, specially
when the system is under high load.
Available since Sway 1.8. See:
- https://github.com/swaywm/sway/pull/6994
- https://github.com/swaywm/sway/releases/tag/1.8
2023-10-05 15:26:47 +01:00
Anselm Schüler
a5bc9ee49b
nixos/nano: enable syntaxHighlight by default
2023-10-05 00:15:32 +02:00
Anselm Schüler
8679b69dcd
nixos/nano: include extra syntax highlight files when syntaxHighlight is true
2023-10-05 00:12:42 +02:00
Maximilian Bosch
4305d167a2
Merge pull request #256407 from Ma27/motd-ordering
...
nixos/rust-motd: allow ordering sections
2023-10-04 19:25:18 +02:00
edef
77225e33c0
Merge pull request #248627 from edef1c/gpg-agent-sockets
2023-10-04 12:32:29 -04:00
Alyssa Ross
dc439e41db
nixos/environment: move XDG_CONFIG_DIRS to sessionVariables
...
Otherwise, in non-interactive contexts (e.g. systemd units), this
entry (the default) won't be in the list. Only the profile relative
ones would be, since they were already using session variables. This
is clearly not the correct behavior.
2023-10-02 18:47:48 +00:00
Ryan Lahfa
6f4a420057
Merge pull request #257719 from CardboardTurkey/regreet-fix-group
2023-10-02 13:28:37 +02:00
K900
e53c99eb17
treewide: use pkgs.config instead of config.nixpkgs.config
...
`pkgs` may be passed in externally, in which case `config.nixpkgs.config` will not be set.
Follow-up to #257458 .
2023-10-01 20:48:40 +03:00
K900
eb8ce7930d
Merge pull request #257458 from K900/die-nixpkgs-config-die
...
treewide: fail when `nixpkgs.config` is set with explicit `pkgs`, remove all `nixpkgs.config` usages in in-tree modules
2023-10-01 10:11:15 +03:00
Maximilian Bosch
57de6a8550
nixos/rust-motd: refactor assertion and TOML generation
...
* `sort (<)` also works for strings (TIL!), so no need for comparing
length and whether all keys from `cfg.settings` exist in `cfg.order`
(slightly less overhead).
* Don't build another piece of JSON (`orderedSections`), simply use
`cfg.settings`/`cfg.order` with `__structuredAttrs` to ensure a
properly ordered TOML.
This also has the upside of not having to do quote hackery.
* Also, a freeform submodule isn't strictly needed because we don't have
any special options defined, so replacing that with
`attrsOf format.type`.
Co-authored-by: Silvan Mosberger <github@infinisil.com>
2023-09-29 11:13:27 +02:00
Sandro Jäckel
5b9cdda1c2
nixos/nano: add enable, package option, do not create /etc/nanorc by default
...
and remove nano from environment.defaultPackages. In addition also cleanup the file in general.
This is a follow up to #220481
Co-authored-by: pennae <82953136+pennae@users.noreply.github.com>
2023-09-29 00:24:34 +02:00
Kiran Ostrolenk
eb2c136196
regreet: fix user group in tmpfiles rules
...
Prior to this commit the derivation assumed a user's primary group has
the same name as the user themselves. This is standard on linux but not
necessary (and indeed I believe not the default on NixOS).
Closes #232184
2023-09-27 22:00:42 +01:00
Maximilian Bosch
d77b59b41d
nixos/rust-motd: use a second attribute (order) for the of sections in TOML
...
Rather than using `priority` with `sortProperties`, a new option called
`order` defines the ordering of the sections. I.e.
order = [ "global" "uptime" "banner" ]
means that `uptime` comes before `banner`. Please note that `global` is
for global settings and not a section. I figured that it'd be too much
magic to hide this in the implementation and ask the user to specify the
order of _each_ section in `settings` instead.
OTOH this makes the intent way clearer than priorities. Also, this
remains opt-in, the option defaults to `attrNames cfg.settings`, i.e.
all sections ordered alphabetically.
2023-09-26 23:28:40 +02:00
K900
d3c27efa36
nixos/firefox: remove nixpkgs.config usage
2023-09-26 18:02:01 +03:00
Artturi
87ee3c4fdf
Merge pull request #176886 from hyperfekt/nonderivation_fish-completion
2023-09-23 06:28:23 +03:00
Maximilian Bosch
214cf0b934
nixos/rust-motd: .attrs.json -> "$NIX_ATTRS_JSON_FILE"
...
That way the derivation can also be built in a `nix-shell` where
`.attrs.json` isn't under "$NIX_BUILD_TOP".
2023-09-21 13:17:13 +02:00
Maximilian Bosch
11376df6d4
nixos/rust-motd: allow ordering sections by priority
...
Closes #234802
The problem here is that with e.g.
{
uptime.prefix = "Up";
banner.command = "hostname | figlet -f slant";
}
`banner` still appears before `uptime` in the final motd text because
Nix sorts attribute names alphabetically internally.
To work around this without breaking compatibility or losing the
property to override individual sections in other modules - e.g.
{
banner.color = mkForce "blue";
}
I decided to introduce an option `priority` here, similar to the
priority field for `nginx`[1] and with the same semantics (i.e. higher
value means lower priority).
Internally a bunch of env vars are generated, i.e. `env0` to `envN` for
`N` sections with each of them containing a declaration for the TOML,
i.e. `env0` contains `{ uptime.prefix = "Up"; }` and `env1` contains
`{ banner.command = "hostname | figlet -f slant"; }` if `uptime.priority`
is set to a value below 1000.
In this order, the declarations are concatenated together by `jq(1)`
which doesn't sort keys alphabetically which results in a JSON
representation with `uptime` before `banner`. This is finally piped to
`json2toml` which converts this into TOML for rust-motd.
[1] https://nixos.org/manual/nixos/unstable/options#opt-services.nginx.virtualHosts._name_.locations._name_.priority
2023-09-21 13:17:13 +02:00
Maximilian Bosch
0a71cf07a8
nixos/rust-motd: run once on bootup
...
That way e.g. the last login and uptime isn't completely bogus when
accessing a machine for the first time after a reboot.
2023-09-20 22:16:03 +02:00
Nick Cao
e8e461df5d
Merge pull request #254833 from NickCao/qt4-leftover
...
nixos/environment: drop QT_PLUGIN_PATH for qt4 and kde4 as they has b…
2023-09-19 10:08:27 -04:00
Nick Cao
315168eba4
nixos/environment: drop MOZ_PLUGIN_PATH
...
There are currently no references to MOZ_PLUGIN_PATH treewide in gecko[1].
And the support for this environment variable was dropped in 2019[2].
See also: https://bugzilla.mozilla.org/show_bug.cgi?id=1602308
[1] https://github.com/search?q=repo%3Amozilla%2Fgecko-dev+MOZ_PLUGIN_PATH&type=code
[2] https://hg.mozilla.org/mozilla-central/rev/9b4e603eb86a
2023-09-15 09:49:19 -04:00
tomf
e5d8baafcd
nixos/yubikey-touch-detector: init ( #254947 )
...
* nixos/yubikey-touch-detector: init
* nixos/yubikey-touch-detector: enable user socket
2023-09-14 20:15:32 +00:00
Mihai Fufezan
cef441709d
nixos/hyprland: update portal override
2023-09-14 11:03:04 +02:00
Nick Cao
1ae69c5842
nixos/environment: drop KDEDIRS as a leftover from KDE4
2023-09-13 11:05:45 -04:00
Nick Cao
74c10dd002
Merge pull request #254941 from foo-dogsquared/update-clash-verge-docs
...
nixos/clash-verge: fix module descriptions
2023-09-13 09:01:24 -04:00
Gabriel Arazas
ffa538dfc4
nixos/clash-verge: fix module descriptions
2023-09-13 20:30:28 +08:00
linsui
840f02aa54
nixos/yazi: add to module-list.nix
2023-09-13 14:48:24 +08:00
Nick Cao
c463b4f200
nixos/environment: drop QT_PLUGIN_PATH for qt4 and kde4 as they has been removed
2023-09-12 18:43:09 -04:00
Fabián Heredia Montiel
8f711593fc
Merge pull request #254296 from Gerg-L/direnv
...
nixos/direnv: remove persistDerivations
2023-09-12 16:20:15 -05:00
nicoo
3222262ff1
nixos/bash: Drop workarounds for eterm
2023-09-12 13:10:41 +00:00
Gerg-L
59e48e33c4
nixos/direnv: remove persistDerivations
2023-09-09 17:24:43 -04:00
Weijia Wang
4fbea0f80b
Merge pull request #253071 from linsui/yazi
...
nixos/yazi: init
2023-09-07 22:57:22 +02:00
Weijia Wang
024c8c2bd4
Merge pull request #247618 from Majiir/streamdeck-ui-3.0.1
...
streamdeck-ui: 2.0.6 -> 3.0.1
2023-09-07 10:24:22 +02:00
Majiir Paktu
44813a8a61
streamdeck-ui: split desktop items
2023-09-06 21:38:23 -04:00
Niklas Hambüchen
5d778d1f03
Add programs.ecryptfs for mount wrappers.
...
The `ecryptfs` package refers to the setuid wrapper paths, but they do
not exist so far in NixOS.
2023-09-05 18:56:24 +00:00
Sandro Jäckel
7eff362ca4
nixos/ssh: inline askPassword
2023-09-03 17:12:55 +02:00
linsui
6b2934d6e9
nixos/yazi: init
2023-09-03 17:28:12 +08:00
Jan Tojnar
434d160d7c
Merge pull request #234615 from linsui/dconf
...
nixos/dconf: support generating from attrs
2023-08-28 18:31:52 +02:00
Franz Pletz
da9db25ca4
Merge pull request #222515 from codedownio/tmux-run-plugins-last
2023-08-26 22:47:33 +02:00
Ilan Joselevich
0f95d1cfe1
Merge pull request #248748 from acid-bong/zshLsColors
...
nixos/zsh: add enableLsColors
2023-08-24 22:04:43 +03:00
Yueh-Shun Li
ac77669531
apptainer, singularity: make LOCALSTATEDIR internal by default
...
Use "$out/var/lib" as LOCALSTATEDIR configuration value
by default intsead of "/var/lib"
as a way toward top-level-directory independent runtime.
Add input argument externalLocalStateDir to optionally specify the
path to external LOCALSTATEDIR if not null.
Add NixOS module option
programs.singularity.enableExternalLocalStateDir (default to true)
to use "/var/lib" as LOCALSTATEDIR.
2023-08-23 18:40:20 +08:00
Yueh-Shun Li
7ccd495465
apptainer, singularity: drop obsolete LOCALSTATEDIR dirs
...
Leave only the SESSIONDIR, which is "$LOCALSTATEDIR/$projectName/mnt/session"
2023-08-23 18:20:25 +08:00
Tobias Widmann
e4a62b0fd1
nixos/htop: fix boolean values in settings option
...
When generating htoprc, in order to be recognized by htop, a boolean value
of 'false' should be written as '0', not an empty string.
2023-08-20 00:10:24 +02:00
Lin Jian
1c704628dc
nixos/environment: stop setting ASPELL_CONF
...
We set[1] ASPELL_CONF to the last nix profile containing lib/aspell in
2013. In 2017, aspell is patched[2] to search NIX_PROFILES, which
makes [1] not needed any more.
Deleting it is also agreed in this discussion[3].
[1]: 0192c02720
[2]: ba4cefe4ae
[3]: https://github.com/NixOS/nixpkgs/pull/30234
2023-08-16 09:18:45 +08:00
linsui
038d78d4ce
nixos/dconf: add locks support
2023-08-15 19:20:39 +08:00
linsui
fb52d5df86
nixos/dconf: add settings support
2023-08-15 19:20:39 +08:00
linsui
cce75fa51e
nixos/dconf: refractor
...
remove `with lib;`
profiles option now accepts packages in addition to paths.
profiles option is no longer internal.
cfgDir definition has been inlined.
pulled GIO_EXTRA_MODULES inside mkif.
removed pointless comments with section headings.
defined profiles are now turned into package, allowing to simplify the db update logic.
2023-08-15 19:20:39 +08:00
Acid Bong
c76bb0d58e
nixos/zsh: add enableLsColors
...
Borrowed from nixos/bash/ls-colors module
2023-08-12 20:53:05 +03:00
Maximilian Bosch
66ab687151
Merge pull request #248131 from Ma27/captive-browser-setcap
...
nixos/captive-browser: drop setcap wrapper for captive-browser
2023-08-12 14:52:38 +02:00
Ilan Joselevich
2393e099a6
Merge pull request #247008 from fufexan/hyprland
...
Update hyprwm packages and nixos/hyprland
2023-08-12 14:55:29 +03:00
edef
8131fc5ee6
nixos/gnupg: require sockets.target, not just gpg-agent.socket
...
If other sockets are enabled, such as gpg-agent-browser.socket,
those should be started before gpg-agent.service as well.
Change-Id: I29d3f4b19db9e687425b594dcef863a88ec296c9
2023-08-12 03:19:10 +00:00
Maximilian Bosch
183be440fd
nixos/captive-browser: drop setcap wrapper for captive-browser
...
Since Linux 5.7 it's possible to set `SO_BINDTODEVICE` via `setsockopt(2)`
as unprivileged user if this operation doesn't imply escaping a VRF
interface[1].
Dropping the wrapper is actually desirable because `captive-browser`
itself doesn't drop capabilities and as a result, the capabilities are
passed on to `chromium` itself[2].
For older kernels, this is still necessary, hence the wrapper will only
be added nowadays if the kernel is older than 5.7.
[1] c427bfec18
[2] 08450562e5/bind_device_linux.go (L11-L14)
and because our setcap wrapper makes all capabilities
inheritable.
2023-08-10 14:06:38 +02:00
Artturin
ea580ebee8
nixos/fish: Fix completion generator cross-compilation
2023-08-08 23:21:38 +03:00
Mihai Fufezan
50ad802e51
nixos/hyprland: remove xwayland.hidpi
2023-08-08 20:32:53 +03:00
Lin Jian
74fadae942
treewide: stop using types.string
...
It is an error[1] now.
[1]: https://github.com/NixOS/nixpkgs/pull/247848
2023-08-08 21:31:21 +08:00
Tom McLaughlin
addfb000c4
tmux: add extraConfigBeforePlugins
2023-08-05 18:59:52 -07:00
Robert Hensing
f8f9f13d57
Merge pull request #246386 from hercules-ci/lib-getExe-dont-make-name-assumption
...
lib.getExe: Do not make assumptions about the main program
2023-08-02 20:05:52 +02:00
Robert Hensing
d36353cf86
nixos/oddjob: Maybe fix, but mark as broken
...
Unfortunately there's no test for me to confirm that it works,
so all I can do is ask for maintainers, unfortunately -- I mean...
This is your opportunity!
2023-07-31 21:19:39 +02:00
Yureka
0445837cc7
nixos/fish: fix cross build
2023-07-31 14:10:04 +02:00
Sofi
3273352d05
ns-usbloader: init at 7.0
2023-07-29 19:28:32 +02:00
rewine
d9f707f795
nixos/wayfire: init
2023-07-27 00:04:03 -03:00
Sandro Jäckel
83793ca898
nixos/fonts: rename fonts.enableDefaultFonts to fonts.enableDefaultPackages
...
to better fit the renamed fonts.packages
2023-07-25 00:55:25 +02:00
Mihai Fufezan
e9f270f1f0
nixos/hyprland: apply config options to package
2023-07-23 01:15:59 +03:00
Soham S Gumaste
162893f92a
nixos/oddjob: init at 0.34.7
2023-07-18 10:48:07 -05:00
Florian Klink
ca1dd491c6
nixos/firefox: stop reading nixpkgs.config.firefox.enableEUWebID
...
This can cause firefox to be overridden with nativeMessagingHosts
pointing to web-eid-app twice, causing a conflict during build.
2023-07-18 11:48:17 +03:00
Sandro
aa90c57672
Merge pull request #240774 from tollb/w20230630c_fix_atop_systemd_units
...
nixos/atop: Fix regression in enabling atop units
2023-07-17 21:26:21 +02:00
Pol Dellaiera
f3d3147417
Merge pull request #241528 from Gerg-L/nixos/direnvrc
...
nixos/direnv: init
2023-07-12 16:42:40 +02:00
Gerg-L
194a3a7d97
nixos/direnv: init
2023-07-12 08:48:17 -04:00
Bruce Toll
8f4f1ce005
nixos/atop: Fix regression in enabling atop units
...
Fix regression where the systemd units for atop are no longer
automatically started at boot when programs.atop.enable = true.
Regression was introduced in commit: 09350ff7d4
nixos/atop: Convert log format to fix service start
This commit restructures the atop systemd service config so that the
code to convert the log format gets configured as a preStart script
along with the addition of the wantedBy rule.
2023-07-08 07:29:22 -04:00
adisbladis
f2b2e6d098
Merge pull request #240246 from adisbladis/xonsh-envs
...
xonsh: Add wrapper
2023-07-08 14:26:43 +12:00
David McFarland
d19ab9f1da
nixos/gnupg: fix pinentryFlavor documentation and add release note
2023-06-30 10:22:38 -03:00
David McFarland
3d4f3068fd
nixos/gnupg: fix gpg-agent when pinentryFlavor is null
...
8ea644997f moved the configuration outside
the pinentryFlavor check, causing evaluation to fail when it was set to
null.
960a5142aa removed the upstream systemd
units, causing gpg-agent.service to be conditional on pinentryFlavor.
2023-06-30 08:04:16 -03:00
adisbladis
0fab94a844
xonsh: Add wrapper
...
It is currently not obvious how to install/use xonsh with dependencies and python packages.
This PR implements a wrapper that allows you to construct a custom xonsh environment by using:
``` nix
xonsh.override { extraPackages = ps: [ ps.requests ]; }
```
2023-06-30 19:39:53 +12:00
Aaron Andersen
7362e078cb
Merge pull request #208363 from GeorgesAlkhouri/refactor/nixos-modules-shadow
...
nixos/shadow: refactor login.defs config options
2023-06-27 11:49:15 -04:00
Ivan Malison
cd3b658167
starship: Remove INSIDE_EMACS checks ( #239039 )
...
Many of the terminals supported inside emacs work perfectly fine with STARSHIP.
The TERM=dumb case already handles the tramp and eterm cases, so as far as I can
tell, this is basically just a check for the benefit of OLD versions of
term-mode (see
https://www.emacswiki.org/emacs/AnsiTerm#:~:text=Historically%2C%20'M%2Dx%20ansi%2Dterm,the%20older%20'C%2Dc'%20binding .,
which indicates that it also now handles colors)
2023-06-26 20:37:10 +02:00
Michele Guerini Rocco
547cd96f10
Merge pull request #231108 from corngood/gpg-agent
...
nixos/gnupg: add systemd configuration
2023-06-26 16:22:41 +02:00
David McFarland
8ea644997f
nixos/gpg-agent: move pinentry-program to /etc/gnupg/gpg-agent.conf
2023-06-16 08:24:52 -03:00
David McFarland
960a5142aa
nixos/gnupg: add systemd configuration
...
This depended on the systemd user configuration provided upstream in
doc/examples. However, this was all removed in:
eae28f1bd4
2023-06-16 08:21:47 -03:00
Maciej Krüger
95c729c030
Merge pull request #223952 from m-bdf/fix-cfs-zen-tweaks
...
Fix cfs-zen-tweaks
2023-06-15 21:56:00 +02:00
Jörg Thalheim
5ac7371bd1
nixos/nix-ld: use mkPackageOptionMD
2023-06-15 09:47:26 +02:00
Jörg Thalheim
b60f21e135
nixos/nix-ld: also include ld.so in nixos profile
2023-06-15 09:47:25 +02:00
Pol Dellaiera
43b346ea1e
Merge pull request #220481 from uoleg/master
...
nixos/nano: refactor nanorc creation
2023-06-06 21:35:26 +02:00
Thiago Kenji Okada
99d37f54f0
nixos/sway: fix package option documentation
2023-06-01 19:40:02 +00:00
Gaetan Lepage
d93dc82ee9
nixos/river: fix display manager error
2023-05-29 22:41:48 +02:00
Gaetan Lepage
8f421acbc5
nixos/river: init module
2023-05-25 00:05:23 +02:00
Gaetan Lepage
c7bd5289d6
nixos/programs: factor out wayland-session common options
2023-05-25 00:04:22 +02:00
Georges
c7695805ca
nixos/shadow: refactor login.defs config options
...
Add a settings option for the login.defs file
to provide enhanced configuration abilities.
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2023-05-20 13:34:41 +02:00
figsoda
701bcdbead
nixos: fix typos
2023-05-19 22:31:04 -04:00
Weijia Wang
e70a5fac10
Merge pull request #231744 from wineee/pinentryFlavor
...
nixos/gnupg: default to qt pinentry program in deepin
2023-05-20 03:04:49 +03:00
figsoda
783ebc7682
Merge pull request #231707 from figsoda/trip
2023-05-15 09:13:59 -04:00
figsoda
3aa6580f46
nixos/trippy: init
2023-05-14 10:05:29 -04:00
linsui
c3a2ce47a1
nixos/neovim: fix runtime.text
2023-05-13 23:41:50 +02:00
rewine
71d6ed698f
nixos/gnupg: default to qt pinentry program in deepin
2023-05-14 05:32:38 +08:00
figsoda
282e5e03a8
nixos/sniffnet: init
2023-05-09 15:53:34 -04:00
Martin Weinelt
a3c7dcd88d
nixos/shadow: Set default encrypt method
...
Fixes the default for tools like chpasswd, chgpasswd and gpasswd.
Closes : #230880
2023-05-09 17:05:34 +02:00
Sandro
443a8f398a
Merge pull request #230756 from NixOS/fzf-fix
2023-05-09 11:54:38 +02:00
Sandro Jäckel
edf57fef9b
nixos/fzf: fix evaluation if ohMyZsh is enabled
2023-05-08 21:10:28 +02:00