add: libreoffice
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
programs.fish = {
|
programs.fish = {
|
||||||
enable = true;
|
enable = true;
|
||||||
shellInit = ''
|
shellInit = ''
|
||||||
|
set -gx EDITOR nvim
|
||||||
set -gx PNPM_HOME $HOME/.local/share/pnpm
|
set -gx PNPM_HOME $HOME/.local/share/pnpm
|
||||||
fish_add_path $PNPM_HOME
|
fish_add_path $PNPM_HOME
|
||||||
set -gx OPENSSL_DIR ${pkgs.openssl.dev};
|
set -gx OPENSSL_DIR ${pkgs.openssl.dev};
|
||||||
|
|||||||
@@ -9,6 +9,7 @@ with pkgs; [
|
|||||||
lldb
|
lldb
|
||||||
tokio-console
|
tokio-console
|
||||||
ghidra-bin
|
ghidra-bin
|
||||||
|
iaito
|
||||||
uv
|
uv
|
||||||
unityhub
|
unityhub
|
||||||
nodejs
|
nodejs
|
||||||
|
|||||||
@@ -3,6 +3,7 @@
|
|||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
|
|
||||||
with pkgs; [
|
with pkgs; [
|
||||||
|
libreoffice
|
||||||
vesktop
|
vesktop
|
||||||
youtube-music
|
youtube-music
|
||||||
thunderbird
|
thunderbird
|
||||||
|
|||||||
Reference in New Issue
Block a user