ilaumjd
823f7a6439
thefuck: add module
2024-04-10 21:26:23 +02:00
ilaumjd
8a209007e2
zsh-abbr: add module
2024-04-10 21:26:23 +02:00
ilaumjd
0e14af6788
scmpuff: enable or disable aliases
2024-04-10 21:26:22 +02:00
Olmo Kramer
9af726faca
khard: add module
2024-04-10 21:26:22 +02:00
Avimitin
00a599717b
wpaperd: add wpaperd configuration
...
Signed-off-by: Avimitin <dev@avimit.in>
2024-04-10 21:26:21 +02:00
Anthony Roussel
84ccadec72
awscli: add module
2024-04-10 21:26:21 +02:00
Ramses
b07382acc2
direnv: add package options
2024-04-10 21:26:21 +02:00
Weblate (bot)
5081c117f6
Translate using Weblate (Danish)
...
Currently translated at 100.0% (18 of 18 strings)
Translate-URL: https://hosted.weblate.org/projects/home-manager/modules/da/
Translation: Home Manager/Home Manager Modules
Co-authored-by: Emil Heilbo <yuki@yukie.dev>
2024-04-10 21:26:20 +02:00
Federico Rampazzo
38e624fa55
qt: remove qtstyleplugin-kvantum-qt4
...
The package qtstyleplugin-kvantum-qt4 has been removed, because it
depended on qt4.
2024-04-10 21:26:20 +02:00
jakob
cfd725853b
keychain: fix edge-cases in nushell integration
...
- If the parse does not match/returns an empty list, transpose does
not transform it into a record and thus load-env fails.
- The parsing assumes keychain to emit bash-style completions, so set
SHELL=bash to ensure keychain output is in the expected format.
PR #4459
2024-04-10 21:26:20 +02:00
KFears
1c92ee2a49
neovim: expose finalPackage
...
Make the `finalPackage` option public, but still read-only. The final
package option is quite useful for users.
For example, to integrate `lazy.nvim` with Nix there are three things
that must be done:
1. `lazy.nvim` resets packpath, which should be managed by Nix; it has
to be turned off with `performance.reset_packpath = false` option in
`lazy.nvim`
2. Same thing applies to rtp, the relevant option is
`performance.rtp.reset = false`
3. `dev.path` must be specified as the folder that contains the plugins.
This folder is the path to Nix store path with Neovim plugins, and
the plugins that are managed by Nix must be marked as `dev = true`
The third condition can not be fulfilled without this PR, as the final
package that Home Manager produces is not exposed, therefore it is
impossible to extract the Nix store path. This PR makes it more
accessible via
${
pkgs.vimUtils.packDir config.programs.neovim.finalPackage.passthru.packpathDirs
}/pack/myNeovimPackages/start
2024-04-10 21:26:20 +02:00
shimun
72202495ae
bacon: add module
...
Bacon is a background rust code checker. See
<https://dystroy.org/bacon/ >.
2024-04-10 21:26:19 +02:00
Avimitin
9711ed2e82
lsd: allow user to configure colors
...
Signed-off-by: Avimitin <dev@avimit.in>
2024-04-10 21:26:19 +02:00
Chris Dawkins
6c792aa57e
direnv: fix nushell syntax
...
With nushell `0.85.0` this is no longer valid syntax. This change fixes
the syntax error with `0.85.0` while still remaining valid for `0.84.0`
and earlier.
2024-04-10 21:26:18 +02:00
XYenon
5e5063a9bd
yazi: add fish and nushell integration
...
PR #4493
2024-04-10 21:26:18 +02:00
Sefa Eyeoglu
6240ed5510
programs.sway: separate trayOutput values for sway ( #4489 )
...
Fixes nix-community/home-manager#4488
The default config for sway generates a bar block with tray_output primary. But wayland (or sway, take your pick?) has no concept of a primary display so this just results in no tray anywhere.
A better default is "*" which puts the tray on every monitor, since sway can do so without issue.
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-04-10 21:26:18 +02:00
Franz Pletz
9e70a3df87
neomutt: fix STARTTLS
...
When smtps is used as a protocol, neomutt expects TLS but will if
STARTTLS should be used. When using STARTTLS, smtp has to be used as
protocol and `ssl_force_tls` is set.
See <https://neomutt.org/guide/optionalfeatures#2-1-%C2%A0starttls >.
2024-04-10 21:26:18 +02:00
Weblate
ce8b511f97
Add translation using Weblate (Thai)
...
Co-authored-by: Weblate <noreply@weblate.org>
2024-04-10 21:26:18 +02:00
David Knaack
c20a5caba2
starship: use use
instead of source
for nushell
...
For starship v1.16 onwards this is the upstream-recommended method.
2024-04-10 21:26:17 +02:00
Robert Walter
92d368d971
rofi-pass: add package option
2024-04-10 21:26:17 +02:00
Robert Helgesson
bd2e251fa3
waybar: fix service After value
...
Fixes #4469
2024-04-10 21:26:16 +02:00
ykis-0-0
5c2c27f5c1
fluxbox: fix xsession command
...
Fixes #4457
2024-04-10 21:26:16 +02:00
Motiejus Jakštys
b3f3f50f9e
pasystray: add extraOptions
...
Allows a user to, for example, add the `-g` option.
Also add a basic test case.
2024-04-10 21:26:16 +02:00
VwCSXg
84f11acf9a
git: replace gitToInit with lib function
...
Remove the function gitToInit and underlying functions in favor of using
the function lib.generators.toGitINI from nixpkgs.
2024-04-10 21:26:15 +02:00
Otavio Salvador
e69f3844a3
programs.rio: add module ( #4118 )
...
Adds a programs.rio module to control Rio installation and configuration, a gpu accelerated terminal
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2024-04-10 21:26:15 +02:00
Florian Peter
382faa84fe
programs.i3status-rust: reload on config change ( #4466 )
...
Adds automatic reloading of i3status-rust on config change.
This is done via sending SIGUSR2, which is now supported since [v0.20.0](https://github.com/greshake/i3status-rust/blob/master/NEWS.md#new-blocks-and-features-21 )
The previous method of attempting to restart i3 in its entirety didn't work at least on my system, and is now overkill anyways.
2024-04-10 21:26:15 +02:00
Hosted Weblate
0809cb8678
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/home-manager/cli/
Translate-URL: https://hosted.weblate.org/projects/home-manager/modules/
Translation: Home Manager/Home Manager CLI
Translation: Home Manager/Home Manager Modules
2024-04-10 21:26:15 +02:00
Robert Helgesson
7ba5496b82
home-manager: update translation templates
2024-04-10 21:26:14 +02:00
Robert Helgesson
fe9daa8aae
carapace: add xgettext workaround
2024-04-10 21:26:14 +02:00
stuebinm
088f23f690
bat: allow adding custom syntaxes
...
Adds an option to add custom syntax files to bat's cache, analogous to
the existing programs.bat.themes option.
2024-04-10 21:26:14 +02:00
NotAShelf
39729ad8cf
xplr: add module
2024-04-10 21:26:13 +02:00
Tristan Daniël Maat
768e981935
swaylock: document the need for host PAM configuration
2024-04-10 21:26:13 +02:00
Sefa Eyeoglu
e12a69178c
exa: replace with eza
...
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-04-10 21:26:12 +02:00
Karel Kremel
88c3564483
Translate using Weblate (Czech)
...
Currently translated at 100.0% (35 of 35 strings)
Translate using Weblate (Czech)
Currently translated at 5.5% (1 of 18 strings)
Co-authored-by: Karel Kremel <charles@alembiq.net>
Translate-URL: https://hosted.weblate.org/projects/home-manager/cli/cs/
Translate-URL: https://hosted.weblate.org/projects/home-manager/modules/cs/
Translation: Home Manager/Home Manager CLI
Translation: Home Manager/Home Manager Modules
2024-04-10 21:26:11 +02:00
Weblate
5a7dde9ab2
Add translation using Weblate (Czech)
...
Co-authored-by: Weblate <noreply@weblate.org>
2024-04-10 21:26:11 +02:00
Lin Jian
740ea8730d
emacs: add version for default.el package
...
A recent change[1] in Nixpkgs makes version attribute non-optional.
[1]: https://github.com/NixOS/nixpkgs/pull/253448
2024-04-10 21:26:11 +02:00
Robert Helgesson
9447730c9a
just: simplify
2024-04-10 21:26:10 +02:00
Christina Sørensen
9632dbb67d
eza: add module
...
This copies the exa configuration for eza, the official fork of the
program.
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2024-04-10 21:26:10 +02:00
Weathercold
26ddb8a893
carapace: add module
2024-04-10 21:26:10 +02:00
Basile Clément
520facbef5
accounts.email: fix runbox.com TLS setup ( #4408 )
2024-04-10 21:26:09 +02:00
nicoo
9c390452ee
tmpfiles: use only xdg.configFile
...
This is a small refactor, and minimises the impact of home-manager#4398.
2024-04-10 21:26:09 +02:00
arjan-s
83cae866ee
programs.khal: add settings
option ( #4375 )
2024-04-10 21:26:08 +02:00
Mikilio
296e5d371e
todoman: use ini format for settings
...
Use ini format to generate config
2024-04-10 21:26:08 +02:00
Mikilio
0055eeafb6
todoman: added maintainer
...
Adds Mikilio as maintainer.
2024-04-10 21:26:08 +02:00
Mikilio
e492daeae3
todoman: init module
...
Adds module to configure todoman in a way that is agnostic with other
pimutil projects.
2024-04-10 21:26:08 +02:00
cafkafk
43ec65ad55
Translate using Weblate (Danish)
...
Currently translated at 83.3% (15 of 18 strings)
Translate using Weblate (Danish)
Currently translated at 100.0% (35 of 35 strings)
Co-authored-by: cafkafk <christina@cafkafk.com>
Translate-URL: https://hosted.weblate.org/projects/home-manager/cli/da/
Translate-URL: https://hosted.weblate.org/projects/home-manager/modules/da/
Translation: Home Manager/Home Manager CLI
Translation: Home Manager/Home Manager Modules
2023-08-27 23:09:54 +02:00
Damien Cassou
455cc8cf1c
offlineimap: cleanup unused bindings
2023-08-27 22:36:42 +02:00
Damien Cassou
0962772e0b
antidote: cleanup unused bindings
2023-08-27 22:36:41 +02:00
Damien Cassou
35cbed7ac7
aerc: cleanup unused bindings
2023-08-27 22:36:40 +02:00
XYenon
90e62f96c7
programs.yazi: add module ( #4373 )
...
add module for yazi https://github.com/sxyazi/yazi a terminal rust file browser akin to ranger or joshuto
2023-08-27 20:47:47 +02:00