Commit Graph

2323 Commits

Author SHA1 Message Date
K900
2caaa3f9e2 nixos/lix: init (#469067) 2025-12-21 08:44:40 +00:00
aleksana
6d0f63344e nixos/television: use pre-generated completions with keybindings 2025-12-20 10:22:30 +08:00
Aleksana
617d2df813 nixos/niri: fix xdg portal being ignored (#465536) 2025-12-16 10:40:17 +00:00
Alois Wohlschlager
d82e12e0dd nixos/lix: prepare for socket activation changes
After [1], nix-daemon will be socket-activated, and the service options need to
be set on the template unit. In the meantime, it does approximately nothing and
is harmless.

[1] https://gerrit.lix.systems/c/lix/+/4719
2025-12-14 15:53:41 +01:00
Alois Wohlschlager
a6c7a5b4b5 nixos/lix: init
Over time, it is expected that the setups for Lix and Nix will diverge in some
ways. To prevent cluttering the modules too much, we will introduce a separate
Lix module. It begins its existence as a fork of the nix-daemon module, right
now without major changes, although this will change soon. It is also slightly
weird due to not having any option definitions on its own and instead
dispatching on the pname of `nix.package`, which is done for backwards
compatibility (particularly on 25.11), and will also change soon by the gradual
introduction of a separate `programs.lix` option subtree.
2025-12-14 15:53:41 +01:00
LuckShiba
e9b36b8ab9 nixos/dms-shell: update to dms-shell 1.0.2 2025-12-14 04:05:45 -03:00
LuckShiba
e60e3f9ded teams/danklinux: inherit packages and modules 2025-12-14 03:52:04 -03:00
Alessio Caiazza
6c6e9691a7 maintainers: drop melling 2025-12-11 23:54:41 +01:00
Wolfgang Walther
53d55066d2 maintainers: drop Br1ght0ne
Reacted to 2 out of 223 maintainer pings in the least 180 days.
2025-12-09 21:05:56 +01:00
Wolfgang Walther
3fd978b584 {nh,nh-unwrapped}: fix search; add mdaniels5757 as co-maintainer (#469136) 2025-12-09 15:59:59 +00:00
Michael Daniels
17a6b18eb6 {nh,nh-unwrapped,nixos/nh}: add mdaniels5757 as co-maintainer 2025-12-08 20:18:57 -05:00
Bernardo Meurer Costa
b3b1a85370 nixos/tmux: use idempotent new-session to avoid duplicate sessions
When both NixOS programs.tmux and home-manager tmux configs set
newSession = true, tmux would create two sessions on startup since
both /etc/tmux.conf and ~/.config/tmux/tmux.conf contain the
new-session command.

Change new-session to new-session -A -s 0, which attaches to session
"0" if it exists, otherwise creates it. This makes the command
idempotent so multiple configs can safely enable newSession.
2025-12-06 07:02:22 +00:00
Aleksana
ecbd9aa9c6 nixos/niri: move nautilus to dbus package (#467769) 2025-12-04 09:29:08 +00:00
aleksana
053ff893fa nixos/niri: move nautilus to dbus package 2025-12-04 16:27:35 +08:00
Marcus Ramberg
1c46efec4b dms-shell, dsearch, dgop, dms-greeter: init packages and NixOS modules (#467407) 2025-12-04 06:32:08 +00:00
LuckShiba
c3eaa0e1ab nixos/dsearch: add module 2025-12-03 19:22:13 -03:00
LuckShiba
6e3c1bf5d2 nixos/dms-shell: add module 2025-12-03 19:22:13 -03:00
Wolfgang Walther
c3f0cefacc maintainers: drop vidbina
Inactive since 2021.
2025-12-02 16:34:27 +01:00
nixpkgs-ci[bot]
856743321e Merge master into staging-nixos 2025-11-30 18:07:20 +00:00
Kira Bruneau
861d2b7ca7 ccache: option to allow silencing per-derivation trace (#446836) 2025-11-30 12:53:00 +00:00
Guanran Wang
7bc65feef6 nixos/niri: fix xdg portal being ignored 2025-11-27 20:12:27 +08:00
Fernando Rodrigues
dc7c22aca1 nixos/bash: don't explicitly set checkwinsize in bash profile (#463317) 2025-11-27 00:26:49 +00:00
aleksana
b13fa7a2ed nixos/firefox: fix eval with empty overrides 2025-11-26 01:23:11 +08:00
Aleksana
269c897677 nixos/firefox: remove deprecated options (#454351) 2025-11-25 09:08:18 +00:00
Aliaksandr
07cf29a64c nixos/firefox: remove deprecated options 2025-11-24 21:28:17 +02:00
K900
a098bab3a5 Fix programs.kclock pointing to a non existing package (#464388) 2025-11-24 03:20:56 +00:00
Augustin Trancart
a2c9c0d790 Fix programs.kclock pointing to a non existing package 2025-11-23 22:34:04 +01:00
Austin Horstman
ba01df3d3d oh-my-zsh: Fix pathsToLink type error (#464334) 2025-11-23 19:31:53 +00:00
Svein Ove Aas
af11531801 nixos/oh-my-zsh: Fix pathsToLink type error 2025-11-23 18:13:28 +00:00
Adam Perkowski
9352b63375 nixos/nvrs: init module
Co-authored-by: azey <me@azey.net>
Signed-off-by: adam <me@adamperkowski.dev>
2025-11-23 13:49:17 +01:00
Aleksana
492940eae6 nixos/niri: add nautilus to systemPackages (#461501) 2025-11-23 11:38:10 +00:00
Eman Resu
f14f194f43 nixos/programs/fish: remove unnecessary [] 2025-11-22 13:24:59 -05:00
Eman Resu
38cf8aa5c5 nixos/programs/fish: use inherit instead of with 2025-11-22 13:24:43 -05:00
Eman Resu
9aaf3433ed nixos/programs/fish: add llakala as maintainer 2025-11-22 13:20:27 -05:00
Eman Resu
713857fff6 nixos/programs/fish: cleanup formatting 2025-11-22 13:19:43 -05:00
Eman Resu
deecb455fe nixos/programs/fish: use runCommandLocal consistently 2025-11-22 13:17:51 -05:00
Oleksandr Usov
1bf26ed896 nixos/bash: don't explicitly set checkwinsize in bash profile
Since bash5 it's enabled by default.
2025-11-19 23:09:47 +00:00
Eman Resu
4fc46a98a0 nixos/fish: prevent fish_indent from reading from config 2025-11-18 14:02:33 -05:00
Guanran Wang
ac518ed16b nixos/niri: add nautilus to systemPackages 2025-11-16 16:44:36 +08:00
Jasi
d9c509a60d nixos/file-roller: drop
Drops the `programs.file-roller` option as it is not needed for the
program to function and removes all instances of it being used within
nixpkgs.

In addition, file-roller is also removed from being included by
default in GNOME as it's not part of the GNOME core applications and
file archival functions are handled by nautilus (GNOME Files).
2025-11-14 14:43:54 -05:00
Aleksana
8aaebd41e5 throne: init at 1.0.8-unstable-2025-10-29 (renamed from nekoray); nixos/throne: rename from nekoray (#430949) 2025-11-13 03:17:44 +00:00
Fernando Rodrigues
5f3a4babc6 nixos/fish: fix indentation of generated files (#460855) 2025-11-13 00:10:37 +00:00
Eman Resu
6aded38a2e nixos/fish: cleanup some extraneous newlines 2025-11-12 00:56:59 -05:00
Eman Resu
b02a857c1c nixos/fish: fix indentation of generated files 2025-11-12 00:56:54 -05:00
loner
c74faa8b19 nixos/fish: Remove redundant deroff.py script 2025-11-11 02:47:54 +08:00
TomaSajt
12085a24e8 nixos/throne: rename from nekoray 2025-11-10 00:12:27 +01:00
Yang, Bo
ec70543b61 nixos/zoom-us: fix compatibility issue with pipewire 2025-11-05 06:22:54 +00:00
Winter M
5765b2b4f2 nixos/_1password-gui: remove extraneous whitespace 2025-11-03 16:41:17 -05:00
Vidhan Bhatt
2519e4eb7e nixos/_1password-gui: apply polkit override to package option 2025-11-03 16:40:25 -05:00
Michael Daniels
eb833639c8 treewide: drop figsoda as maintainer (part 1)
s/maintainers = with lib.maintainers; [ figsoda ];/maintainers = with lib.maintainers; [ ];/
2025-11-02 20:16:11 -05:00