summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2024-11-30 12:54:58 -0600
committerAlejandro Soto <alejandro@34project.org>2024-12-03 17:32:26 -0600
commit854f5ee287eb66db5a0713e2f4fac56794e3d735 (patch)
tree93864fc9cfbf1c3a60ad3c4cffe3d62db5fdfb7d /home
parenta47ac17c249574e68c4a9f93f558ea61f987804f (diff)
flake: update to 24.11
Diffstat (limited to '')
-rw-r--r--home/desktop.nix2
-rw-r--r--home/path.nix4
2 files changed, 3 insertions, 3 deletions
diff --git a/home/desktop.nix b/home/desktop.nix
index 823fe39..fea1f35 100644
--- a/home/desktop.nix
+++ b/home/desktop.nix
@@ -2,7 +2,7 @@
with lib; {
config = mkIf (!config.home.isolation.active) {
home.pointerCursor = {
- package = pkgs.gnome.adwaita-icon-theme;
+ package = pkgs.adwaita-icon-theme;
gtk.enable = true;
name = "Adwaita";
diff --git a/home/path.nix b/home/path.nix
index 5480f72..acacdbe 100644
--- a/home/path.nix
+++ b/home/path.nix
@@ -17,8 +17,8 @@ with lib; {
pkgs.calc
pkgs.cloc
pkgs.gcc
- pkgs.gnome.gnome-screenshot
- pkgs.gpicview
+ pkgs.gnome-screenshot
+ pkgs.loupe # 'gpicview' has been removed due to lack of maintenance upstream
pkgs.gruvbox-dark-icons-gtk
pkgs.hack-font
pkgs.i3-gaps