feat: Update to raspberry pi stuff

This commit is contained in:
uttarayan21
2025-07-12 20:38:45 +05:30
parent 1c49719787
commit 2981ca1143
23 changed files with 400 additions and 66 deletions

View File

@@ -4,7 +4,7 @@
lib,
...
}: {
systemd.user.services.onepassword-gui = lib.optionalAttrs pkgs.stdenv.isLinux {
systemd.user.services.onepassword-gui = lib.optionalAttrs (pkgs.stdenv.isLinux && device.hasGui) {
Unit = {
Description = "1Password GUI";
BindsTo = ["graphical-session.target"];
@@ -20,7 +20,7 @@
};
};
home.packages = with pkgs;
lib.optionals pkgs.stdenv.isLinux [
lib.optionals (pkgs.stdenv.isLinux && device.hasGui) [
nautilus
totem
ffmpegthumbnailer