Native package for cameractrls, no more flatpak!
This commit is contained in:
parent
65fc49844d
commit
5cfc7b2238
4 changed files with 5 additions and 20 deletions
|
|
@ -16,6 +16,5 @@
|
||||||
./homeautomation
|
./homeautomation
|
||||||
./jellyfin.nix
|
./jellyfin.nix
|
||||||
./rssVideos.nix
|
./rssVideos.nix
|
||||||
./webcam
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,17 +0,0 @@
|
||||||
{
|
|
||||||
pkgs,
|
|
||||||
...
|
|
||||||
}:
|
|
||||||
{
|
|
||||||
config = {
|
|
||||||
# TODO This should install cameractrls, but it seems like it's not easy to install.
|
|
||||||
# In the meantime, we install Flatpak and do:
|
|
||||||
# flatpak run hu.irl.cameractrls
|
|
||||||
services.flatpak.enable = true;
|
|
||||||
xdg.portal = {
|
|
||||||
config.common.default = "*";
|
|
||||||
enable = true;
|
|
||||||
extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
@ -231,7 +231,6 @@
|
||||||
usbutils
|
usbutils
|
||||||
dmidecode
|
dmidecode
|
||||||
lshw
|
lshw
|
||||||
labelle # Label printer
|
|
||||||
|
|
||||||
# Locker
|
# Locker
|
||||||
(pkgs.writeShellApplication {
|
(pkgs.writeShellApplication {
|
||||||
|
|
|
||||||
|
|
@ -177,10 +177,14 @@
|
||||||
zathura
|
zathura
|
||||||
meld
|
meld
|
||||||
python3Packages.magic
|
python3Packages.magic
|
||||||
bluetuith
|
|
||||||
trayer # For occasional applications that want to put themselves in tray
|
trayer # For occasional applications that want to put themselves in tray
|
||||||
libnotify
|
libnotify
|
||||||
|
|
||||||
|
# hardware handling
|
||||||
|
bluetuith
|
||||||
|
labelle # Label printer
|
||||||
|
cameractrls-gtk4 # Configure webcams
|
||||||
|
|
||||||
# wayland exclusive
|
# wayland exclusive
|
||||||
wl-clipboard # Easy copy/paste from/to terminal
|
wl-clipboard # Easy copy/paste from/to terminal
|
||||||
# TODO Clipboard history?
|
# TODO Clipboard history?
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue