diff --git a/dotfiles/nvim/lua/plugins/mrflos.lua b/dotfiles/nvim/lua/plugins/mrflos.lua index 8b3e85e..f523b2a 100644 --- a/dotfiles/nvim/lua/plugins/mrflos.lua +++ b/dotfiles/nvim/lua/plugins/mrflos.lua @@ -23,6 +23,11 @@ return { end, }, }, + filesystem = { + filtered_items = { + visible = true, + }, + }, }, }, diff --git a/modules/console.nix b/modules/console.nix index 6204f8a..feeb026 100644 --- a/modules/console.nix +++ b/modules/console.nix @@ -58,6 +58,7 @@ ripgrep slides starship + syncthing tmux tree unzip diff --git a/modules/desktop.nix b/modules/desktop.nix index c4c5e9c..c60a918 100644 --- a/modules/desktop.nix +++ b/modules/desktop.nix @@ -158,6 +158,7 @@ in hunspellDicts.fr-moderne hyprpaper inkscape-with-extensions + kde-rounded-corners kitty latte-dock libreoffice-qt @@ -165,12 +166,14 @@ in #libsForQt5.krohnkite libsForQt5.bismuth mixxx + mumble neochat nextcloud-client obsidian signal-desktop tdesktop # strange name for telegram client thunderbird + tigervnc tor-browser-bundle-bin transmission-qt unetbootin diff --git a/modules/home-config.nix b/modules/home-config.nix index 92b9b3d..188fd30 100644 --- a/modules/home-config.nix +++ b/modules/home-config.nix @@ -214,6 +214,9 @@ in { enable = true; userName = "Florian Schmitt"; userEmail = "mrflos@gmail.com"; + aliases = { + fa = "fetch --all --tags --prune --recurse-submodules --force"; + }; extraConfig = { pull.rebase = true; init.defaultBranch = "main"; diff --git a/modules/local-dev.nix b/modules/local-dev.nix index e817d73..862ebe5 100644 --- a/modules/local-dev.nix +++ b/modules/local-dev.nix @@ -72,17 +72,22 @@ # $ nix search wget environment.systemPackages = with pkgs; [ clang + dart-sass + dbeaver docker-compose gcc gitkraken go nixfmt + nixpkgs-fmt nodejs php83 php83Packages.composer php83Packages.php-cs-fixer + python3 python311Packages.virtualenv rpi-imager + ruff-lsp symfony-cli virt-manager yarn