This commit is contained in:
ark-lamp-umbrella 2024-04-09 22:36:41 -07:00
parent 1b9173386b
commit 3fbc946f6c
Signed by: ark-lamp-umbrella
GPG Key ID: 15E48F7B97025652
1 changed files with 11 additions and 12 deletions

View File

@ -105,16 +105,13 @@ in
dunst # Notification Handler
libnotify # Notification Library
lxqt.lxqt-policykit # Polkit
protonup-qt
pkgsi686Linux.gperftools
uxn
adwsteamgtk
pkgsi686Linux.gperftools # Steam fix
pinentry-curses
keychain
gvfs
udisks2
udiskie
(steam.override { extraLibraries = pkgs: [ pkgs.gperftools ]; })
(steam.override { extraLibraries = pkgs: [ pkgs.gperftools ]; }) # additional steam patches
];
services.gvfs.enable = true;
services.udisks2.enable = true;
@ -162,11 +159,12 @@ in
pkgs.prismlauncher # Minecraft launcher
pkgs.zulu17 # Java 17 binary
pkgs.janet # Janet lang, for later testing
pkgs.onefetch
pkgs.elixir-ls
pkgs.erlang-ls
pkgs.zls
pkgs.nil
pkgs.uxn # uxn tools from 100r
pkgs.onefetch # git neofetch-type tool
pkgs.elixir-ls # elixir lsp (maybe replace?)
pkgs.erlang-ls # erlang lsp
pkgs.zls # zig lsp
pkgs.nil # nix lsp
];
programs = {
# vscode = {
@ -252,10 +250,11 @@ in
format = lib.concatStrings [
"$elixir\n"
"$character"
"$directory"
];
character = {
success_symbol = "󰔶 ~";
error_symbol = "󰔷 ~";
success_symbol = "󰔶 ";
error_symbol = "󰔷 ";
};
palette = "catppuccin_macchiato";
elixir = {