mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-29 09:58:29 +02:00
use lib.getExe where possible
This commit is contained in:
parent
20dd0ece6c
commit
1169e53c76
11 changed files with 40 additions and 43 deletions
|
@ -67,9 +67,6 @@
|
|||
# libs
|
||||
libyubikey
|
||||
libfido2
|
||||
# (pkgs.texlive.combine {
|
||||
# inherit (pkgs.texlive) scheme-medium;
|
||||
# })
|
||||
];
|
||||
|
||||
services.kdeconnect = {
|
||||
|
@ -77,6 +74,8 @@
|
|||
indicator = true;
|
||||
};
|
||||
|
||||
programs.texlive.enable = true;
|
||||
|
||||
xdg.mimeApps = {
|
||||
enable = true;
|
||||
defaultApplications =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue