feat: add lfca input and update flake-utils in flake.lock
This commit is contained in:
@@ -2,8 +2,12 @@
|
||||
pkgs,
|
||||
device,
|
||||
lib,
|
||||
inputs,
|
||||
...
|
||||
}: {
|
||||
# imports = [
|
||||
# inputs.lfca.homeManagerModules
|
||||
# ];
|
||||
systemd.user.services.onepassword-gui = lib.optionalAttrs (device.is "ryu") {
|
||||
Unit = {
|
||||
Description = "1Password GUI";
|
||||
@@ -19,9 +23,11 @@
|
||||
WantedBy = ["graphical-session.target"];
|
||||
};
|
||||
};
|
||||
# programs.linux-file-converter-addon.enable = true;
|
||||
home.packages = with pkgs;
|
||||
lib.optionals (device.is "ryu") [
|
||||
nautilus
|
||||
linux-file-converter-addon
|
||||
totem
|
||||
ffmpegthumbnailer
|
||||
polkit_gnome
|
||||
|
||||
Reference in New Issue
Block a user