feat(desktop and dev): add softwares and better nvim tree config
This commit is contained in:
parent
bcdafbb5ad
commit
76ef90df68
5 changed files with 17 additions and 0 deletions
|
@ -23,6 +23,11 @@ return {
|
|||
end,
|
||||
},
|
||||
},
|
||||
filesystem = {
|
||||
filtered_items = {
|
||||
visible = true,
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
|
|
|
@ -58,6 +58,7 @@
|
|||
ripgrep
|
||||
slides
|
||||
starship
|
||||
syncthing
|
||||
tmux
|
||||
tree
|
||||
unzip
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue