Add Iotas and related language dictionaries

This commit is contained in:
2025-09-28 16:52:01 +02:00
parent 09ba4ccbf0
commit 61651d2bc0
6 changed files with 9 additions and 51 deletions

View File

@@ -10,6 +10,7 @@
tutanota-desktop
anki-bin
onlyoffice-bin
iotas
# Cloud
nextcloud-client
# Browsers

View File

@@ -42,5 +42,9 @@
libnotify
v4l-utils
kronometer
# Language dicts for Iotas
hunspell
hunspellDicts.pl_PL
hunspellDicts.en_US
];
}

View File

@@ -2,8 +2,8 @@ _: {
programs.bash = {
enable = true;
enableCompletion = true;
initExtra = ''
fastfetch
'';
# initExtra = ''
# fastfetch
# '';
};
}

View File

@@ -24,7 +24,6 @@ in
./gh.nix
./git.nix
./gtk.nix
./htop.nix
./kitty.nix
./lazygit.nix
./librewolf.nix

View File

@@ -1,46 +0,0 @@
{ config, ... }:
{
programs.htop = {
enable = true;
settings = {
color_scheme = 6;
cpu_count_from_one = 0;
delay = 15;
fields = with config.lib.htop.fields; [
PID
USER
PRIORITY
NICE
M_SIZE
M_RESIDENT
M_SHARE
STATE
PERCENT_CPU
PERCENT_MEM
TIME
COMM
];
highlight_base_name = 1;
highlight_megabytes = 1;
highlight_threads = 1;
}
// (
with config.lib.htop;
leftMeters [
(bar "AllCPUs2")
(bar "Memory")
(bar "Swap")
(text "Zram")
]
)
// (
with config.lib.htop;
rightMeters [
(text "Tasks")
(text "LoadAverage")
(text "Uptime")
(text "Systemd")
]
);
};
}

View File

@@ -10,7 +10,6 @@ in
# APLIKACJE - GŁÓWNE
# =============================================================================
"$modifier, A, exec, anki"
# "$modifier, B, exec, btop"
"$modifier, B, exec, bitwarden"
"$modifier, C, exec, chromium"
"$modifier, D, exec, discord"
@@ -41,6 +40,7 @@ in
# =============================================================================
# APLIKACJE - Z ALT I CONTROL
# =============================================================================
"$modifier ALT, B, exec, btop"
"$modifier ALT, M, exec, dex ${desktopEntriesPath}/mastodon.desktop"
"$modifier ALT, S, exec, slack"
"$modifier CONTROL, M, exec, mattermost-desktop"