feat: Clean up the imports

This commit is contained in:
uttarayan21
2025-03-26 01:44:41 +05:30
parent 11ade0d192
commit 50a0033557
14 changed files with 36 additions and 36 deletions

View File

@@ -3,8 +3,7 @@
device,
lib,
...
}:
lib.attrsets.optionalAttrs device.hasGui {
}: {
systemd.user.services.onepassword-gui = lib.optionalAttrs pkgs.stdenv.isLinux {
Unit = {
Description = "1Password GUI";
@@ -20,10 +19,8 @@ lib.attrsets.optionalAttrs device.hasGui {
WantedBy = ["graphical-session.target"];
};
};
home.packages = with pkgs;
[]
++ lib.optionals device.hasGui [
lib.optionals pkgs.stdenv.isLinux [
discord
jdk
mullvad-closest