diff --git a/roles/desktop.nix b/roles/desktop.nix index 5b7d7c4..e2bb1a4 100644 --- a/roles/desktop.nix +++ b/roles/desktop.nix @@ -28,7 +28,7 @@ in { xdg.portal = { enable = true; gtkUsePortal = true; - extraPortals = with unstable; [ + extraPortals = with pkgs; [ xdg-desktop-portal-gtk xdg-desktop-portal-wlr ]; @@ -83,6 +83,7 @@ in { hicolor-icon-theme numix-icon-theme + alacritty imv inkscape libqrencode @@ -97,7 +98,6 @@ in { pulsemixer wl-clipboard xdg_utils - unstable.alacritty unstable.keepassxc ( pkgs.writeTextFile { diff --git a/roles/dev.nix b/roles/dev.nix index 73b477e..9a9d598 100644 --- a/roles/dev.nix +++ b/roles/dev.nix @@ -15,10 +15,10 @@ in { unstable.gopls unstable.rust-analyzer + emacs + ltrace sops tig - ltrace - unstable.emacs openssl pkg-config nasm cmake zlib gcc binutils-unwrapped ];