stuff
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user