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,
|
end,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
filesystem = {
|
||||||
|
filtered_items = {
|
||||||
|
visible = true,
|
||||||
|
},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
@ -58,6 +58,7 @@
|
||||||
ripgrep
|
ripgrep
|
||||||
slides
|
slides
|
||||||
starship
|
starship
|
||||||
|
syncthing
|
||||||
tmux
|
tmux
|
||||||
tree
|
tree
|
||||||
unzip
|
unzip
|
||||||
|
|
|
@ -158,6 +158,7 @@ in
|
||||||
hunspellDicts.fr-moderne
|
hunspellDicts.fr-moderne
|
||||||
hyprpaper
|
hyprpaper
|
||||||
inkscape-with-extensions
|
inkscape-with-extensions
|
||||||
|
kde-rounded-corners
|
||||||
kitty
|
kitty
|
||||||
latte-dock
|
latte-dock
|
||||||
libreoffice-qt
|
libreoffice-qt
|
||||||
|
@ -165,12 +166,14 @@ in
|
||||||
#libsForQt5.krohnkite
|
#libsForQt5.krohnkite
|
||||||
libsForQt5.bismuth
|
libsForQt5.bismuth
|
||||||
mixxx
|
mixxx
|
||||||
|
mumble
|
||||||
neochat
|
neochat
|
||||||
nextcloud-client
|
nextcloud-client
|
||||||
obsidian
|
obsidian
|
||||||
signal-desktop
|
signal-desktop
|
||||||
tdesktop # strange name for telegram client
|
tdesktop # strange name for telegram client
|
||||||
thunderbird
|
thunderbird
|
||||||
|
tigervnc
|
||||||
tor-browser-bundle-bin
|
tor-browser-bundle-bin
|
||||||
transmission-qt
|
transmission-qt
|
||||||
unetbootin
|
unetbootin
|
||||||
|
|
|
@ -214,6 +214,9 @@ in {
|
||||||
enable = true;
|
enable = true;
|
||||||
userName = "Florian Schmitt";
|
userName = "Florian Schmitt";
|
||||||
userEmail = "mrflos@gmail.com";
|
userEmail = "mrflos@gmail.com";
|
||||||
|
aliases = {
|
||||||
|
fa = "fetch --all --tags --prune --recurse-submodules --force";
|
||||||
|
};
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
pull.rebase = true;
|
pull.rebase = true;
|
||||||
init.defaultBranch = "main";
|
init.defaultBranch = "main";
|
||||||
|
|
|
@ -72,17 +72,22 @@
|
||||||
# $ nix search wget
|
# $ nix search wget
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
clang
|
clang
|
||||||
|
dart-sass
|
||||||
|
dbeaver
|
||||||
docker-compose
|
docker-compose
|
||||||
gcc
|
gcc
|
||||||
gitkraken
|
gitkraken
|
||||||
go
|
go
|
||||||
nixfmt
|
nixfmt
|
||||||
|
nixpkgs-fmt
|
||||||
nodejs
|
nodejs
|
||||||
php83
|
php83
|
||||||
php83Packages.composer
|
php83Packages.composer
|
||||||
php83Packages.php-cs-fixer
|
php83Packages.php-cs-fixer
|
||||||
|
python3
|
||||||
python311Packages.virtualenv
|
python311Packages.virtualenv
|
||||||
rpi-imager
|
rpi-imager
|
||||||
|
ruff-lsp
|
||||||
symfony-cli
|
symfony-cli
|
||||||
virt-manager
|
virt-manager
|
||||||
yarn
|
yarn
|
||||||
|
|
Loading…
Reference in a new issue