Maximilian Bosch
8c35a69a6e
nixos/captive-browser: fix startup
...
It seems as since Chromium 92, `chromium` crashes on startup if
`XDG_CONFIG_HOME` points to a read-only (store-)path.
2021-08-01 19:04:49 +02:00
Sandro
ead8cf4fc9
Merge pull request #128841 from Artturin/udevil
2021-07-22 15:55:21 +02:00
Maximilian Bosch
15dab3835f
Merge pull request #128649 from nrdxp/fix-unstable-nix-zsh-completions
...
zsh: fix nixUnstable completions
2021-07-22 14:58:20 +02:00
Timothy DeHerrera
6dbf8c0409
zsh: include completions for nix-* commands
2021-07-21 15:55:25 -06:00
Timothy DeHerrera
9ad645dce8
zsh: format module with nixpkgs-fmt
2021-07-21 15:55:25 -06:00
Timothy DeHerrera
d687fe88fd
zsh: remove conflicting nixUnstable completions
2021-07-21 15:55:22 -06:00
Michael Weiss
e22bd59820
nixos/xwayland: Correctly set the default package
...
This will fix #129922 and also improve the descriptions and default
texts.
2021-07-15 11:32:06 +02:00
Artturin
1db44c4ff1
nixos/devmon: add systemd service
2021-07-08 19:04:49 +03:00
Sandro
d0cec56cef
Merge pull request #128855 from sjau/ssmtp_nixos_options
2021-07-05 23:50:37 +02:00
Bjørn Forsman
5d3dca497b
nixos/hamster: fix programs.hamster.enable text
...
mkEnableOption already adds "Whether to enable" and ends with a ".", so
remove that duplication from the help text.
Also reword it slightly while at it.
2021-07-04 23:18:23 +02:00
sjau
1f207718de
ssmtp: give example to create authPassFile
2021-07-01 09:40:50 +02:00
Martin Weinelt
c865d03690
Merge pull request #128205 from felixsinger/flashrom/add-udev
...
flashrom: Install udev-rules file
2021-06-30 04:03:56 +02:00
Felix Singer
b7a2309786
flashrom: Install udev-rules file
...
Add the udev-rules file from flashrom source to the out directory. The
file contains rules for programmers used by flashrom. Members of the
`flashrom` system group are allowed to access these devices.
Also, add a module for installing flashrom and adding flashrom to udev
packages. The module can be used by setting `programs.flashrom.enable`
to `true`.
Signed-off-by: Felix Singer <felixsinger@posteo.net>
2021-06-30 03:43:35 +02:00
Sandro
2e3727eae0
Merge pull request #128183 from rummik/patch-1
2021-06-30 02:21:18 +02:00
Elis Hirwing
536cb54f81
Merge pull request #127989 from ymatsiuk/appgate
...
appgate-sdp: minimize and improve derivation
2021-06-28 10:28:10 +02:00
Doron Behar
aedc67d64f
Merge pull request #63899 from pasqui23/kconnect
2021-06-26 21:00:34 +00:00
*Kim Zick
fbbaa4d40f
nixos/zsh: change default prompt theme to 'suse'
...
This resolves a long-standing issue caused by the 'walters' theme setting `RPS1`. See #38535 for discussion details.
2021-06-26 06:36:51 -04:00
Yurii Matsiuk
21dd07a0ca
appgate-sdp: minimize and improve derivation
2021-06-24 11:22:54 +02:00
Michael Weiss
eb8a694d92
nixos/sway: Drop rxvt-unicode from the extraPackages default
...
Upstream switched to Alacritty for the default configuration.
2021-06-23 17:35:20 +02:00
Linus Heckemann
203e81e4ee
Merge pull request #125281 from zhaofengli/phosh-systemd
...
phosh: 0.10.2 -> 0.11.0
2021-06-22 08:23:29 +02:00
Maciej Krüger
6dbeea0b40
nixos/x2goserver: put into networking, like xrdp
2021-06-11 08:13:49 +02:00
Zhaofeng Li
544bf2c29b
nixos/phosh: Enable OpenGL by default
2021-06-10 23:43:40 +00:00
Zhaofeng Li
104e512cab
phosh: 0.10.2 -> 0.11.0
...
Fixes #123735 .
2021-06-09 21:27:12 +00:00
Kira Bruneau
caac437b9b
nixos/gamemode: add module
2021-06-01 21:03:34 -04:00
Michael Raskin
ab51a2dbd6
Merge pull request #123926 from pschyska/master
...
nixos/atop: Add defaultText to types.package options, Fix timing-related test failures.
2021-05-23 18:08:46 +00:00
Kira Bruneau
cd4780fab4
maintainers: rename metadark -> kira-bruneau ( #124035 )
2021-05-22 16:47:40 +02:00
Paul Schyska
9cb76c21ee
nixos/atop: Add defaultText for types.package options
...
see: https://github.com/NixOS/nixpkgs/pull/123053#discussion_r637205826
2021-05-22 14:11:45 +02:00
Thiago Kenji Okada
c96586d63f
nixos/noisetorch: init
...
NoiseTorch needs setcap set to 'cap_sys_resource=+ep' to work correctly
accordingly to the README.md:
https://github.com/lawl/NoiseTorch#download--install
So this PR adds it.
2021-05-20 14:15:20 -07:00
Maciej Krüger
362ca08510
Merge pull request #123448 from mweinelt/phosh-pam
...
nixos/phosh: Fix PAM configuration
2021-05-18 17:26:21 +02:00
Martin Weinelt
ec9cfba2d3
nixos/phosh: Fix unrestricted login because of insecure PAM config
...
The PAM config deployed would not check anything meaningful. Remove it
and rely on the defaults in the security.pam module to fix login with
arbitrary credentials.
Resolves : #123435
2021-05-18 16:39:03 +02:00
Michael Raskin
02ba3238d2
Merge pull request #123053 from pschyska/master
...
atop, netatop, nixos/atop: improve packaging and options
2021-05-18 10:54:13 +00:00
Jan Tojnar
354e005d6c
nixos/dconf: fix d-bus activation
...
dconf now supports autostarting the d-bus service using systemd's d-bus activation.
2781a86848
On NixOS, that requires making systemd aware of the package.
Fixes: https://github.com/NixOS/nixpkgs/issues/123265
2021-05-17 09:46:07 +02:00
Sandro
700942d2a5
Merge pull request #121119 from SuperSandro2000/remove-gnidorah
...
treewide: remove gnidorah
2021-05-17 02:42:24 +02:00
Paul Schyska
563ba07543
nixos/atop: Split up restart triggers between atop and netatop
2021-05-16 22:00:24 +02:00
Paul Schyska
526bc6a4d5
nixos/atop: Add a note about netatop tainting the kernel
2021-05-16 21:43:20 +02:00
Paul Schyska
b87c366046
nixos/atop: Never enable setuidWrapper by default, rename service/timer enabling options
2021-05-16 18:22:03 +02:00
Paul Schyska
8f3d2e5c3b
nixos/atop: Add configuration for atop services, allow to enable netatop, gpuatop, allow setuid wrapper
2021-05-16 18:22:03 +02:00
Pasquale
42af3b3ab7
nixos: add programs.kdeconnect option
2021-05-16 01:43:42 +02:00
Michael Weiss
a542827c9b
nixos/sway: Update the module documentation
...
Most programs already run natively under Wayland so extraSessionCommands
isn't as important anymore. XWayland is already covered by
"programs.xwayland.enable = mkDefault true;" in the module.
2021-05-15 20:30:53 +02:00
Michael Weiss
3f31c0edef
sway: Simplify screen sharing
...
This should make it easier to get started.
The xdg-desktop-portal backend for wlroots is required and one needs to
"make sure WAYLAND_DISPLAY and XDG_CURRENT_DESKTOP are imported into
D-Bus." [0]
[0]: efcbcb60aa/README.md (running)
2021-05-14 22:42:19 +02:00
Michael Weiss
00e8e5b123
nixos/sway: Extend the default configuration for NixOS
...
The default config.in template contains
"include @sysconfdir@/sway/config.d/*" but we've dropped it to better
support non-NixOS (which seems like a mistake in retrospect).
This restores that behaviour and extends the default configuration via
nixos.conf to fix #119445 .
Note: The security configurations (security.d) where dropped entirely
(but maybe they'll return).
2021-05-11 18:53:49 +02:00
Jan Tojnar
468cb5980b
gnome: rename from gnome3
...
Since GNOME version is now 40, it no longer makes sense to use the old attribute name.
2021-05-08 09:47:42 +02:00
Luke Granger-Brown
0f39652cee
Merge pull request #120800 from MetaDark/undistract-me
...
undistract-me: init at unstable-2020-08-09
2021-05-03 20:22:04 +01:00
Kira Bruneau
a24d0ab51b
modules/programs/bash: add support for undistract-me
2021-05-03 14:25:02 -04:00
Kira Bruneau
62a78fc361
modules/programs/bash: move prompt plugins into separate modules
2021-05-03 14:24:24 -04:00
Zhaofeng Li
31a32eeed3
nixos/phosh: init
...
Co-authored-by: Blaž Hrastnik <blaz@mxxn.io>
Co-authored-by: Jan Tojnar <jtojnar@gmail.com>
Co-authored-by: Jordi Masip <jordi@masip.cat>
2021-05-01 06:55:02 +00:00
Zhaofeng Li
3086335f04
nixos/feedbackd: init
2021-05-01 06:52:35 +00:00
Peter Hoeg
82c31a83b8
nixos/module: example referenced old ffmpeg
2021-04-30 09:43:18 +08:00
Sandro Jäckel
ae02415ee8
treewide: remove gnidorah
...
due to github account removal/deletion and not other mean of contact.
2021-04-30 01:48:19 +02:00
Janne Heß
7d6380769c
nixos/flexoptix-app: Add the module
2021-04-17 18:37:10 +02:00