general upgrades and adds adb and ulauncher addon

This commit is contained in:
2024-11-21 16:52:06 +01:00
parent c0ab3d1517
commit 0b523463f2
13 changed files with 58 additions and 47 deletions

View File

@@ -3,7 +3,7 @@
home.packages = with pkgs; [
# GUI Application
## Utilities
pkgs-unstable.mission-center # Task Manager like Windows 11
mission-center # Task Manager like Windows 11
gnome.gnome-tweaks
pinta # Paint.NET alternative
bottles # Wine manager

View File

@@ -108,6 +108,7 @@ in
# https://ext.ulauncher.io/-/github-tchar-ulauncher-albert-calculate-anything
# https://ext.ulauncher.io/-/github-isacikgoz-ukill
# https://ext.ulauncher.io/-/github-iboyperson-ulauncher-system
# https://github.com/IgorVaryvoda/ulauncher-perplexity
{
nixpkgs.overlays = [
(final: prev: { ulauncher = prev.ulauncher.override { python3 = pythonWithPackages; }; })