This commit is contained in:
2024-03-02 15:33:04 +01:00
parent 3b62429e73
commit cbb5672ed6
5 changed files with 36 additions and 4 deletions

View File

@@ -47,7 +47,7 @@
f3d
firefox
zotero
gnome.eog # TODO: try loupe
(pkgs.loupe or pkgs.gnome.eog)
gnome-connections
scrcpy
#spotify # use flathub version instead
@@ -58,12 +58,13 @@
zoom-us
];
home.shellAliases.eog = lib.mkIf (pkgs?loupe) "loupe";
# flatpak
# TODO: this requires a logout+login to take effect
home.activation.addFlathubRemote = lib.hm.dag.entryAfter ["writeBoundary"] ''
if command -v flatpak >/dev/null; then
$DRY_RUN_CMD \
flatpak remote-add --if-not-exists --user flathub https://dl.flathub.org/repo/flathub.flatpakrepo
$DRY_RUN_CMD flatpak remote-add --if-not-exists --user flathub https://dl.flathub.org/repo/flathub.flatpakrepo
fi
'';
# TODO: automatic flatpak updates

View File

@@ -31,6 +31,12 @@ in
home.file.".local/opt/python-interactive-imports.py".source = ../../files/opt/python-interactive-imports.py;
home.file.".local/opt/sympy-interactive-imports.py".source = ../../files/opt/sympy-interactive-imports.py;
# qt theme
qt.enable = true;
qt.platformTheme = "gnome";
qt.style.name = "Colloid-dark";
qt.style.package = pkgs.colloid-kde;
imports = [
./dconf-gnome-bindings.nix
./dconf-gnome-extensions.nix