Add Iotas and related language dictionaries
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
tutanota-desktop
|
||||
anki-bin
|
||||
onlyoffice-bin
|
||||
iotas
|
||||
# Cloud
|
||||
nextcloud-client
|
||||
# Browsers
|
||||
|
||||
@@ -42,5 +42,9 @@
|
||||
libnotify
|
||||
v4l-utils
|
||||
kronometer
|
||||
# Language dicts for Iotas
|
||||
hunspell
|
||||
hunspellDicts.pl_PL
|
||||
hunspellDicts.en_US
|
||||
];
|
||||
}
|
||||
|
||||
@@ -2,8 +2,8 @@ _: {
|
||||
programs.bash = {
|
||||
enable = true;
|
||||
enableCompletion = true;
|
||||
initExtra = ''
|
||||
fastfetch
|
||||
'';
|
||||
# initExtra = ''
|
||||
# fastfetch
|
||||
# '';
|
||||
};
|
||||
}
|
||||
|
||||
@@ -24,7 +24,6 @@ in
|
||||
./gh.nix
|
||||
./git.nix
|
||||
./gtk.nix
|
||||
./htop.nix
|
||||
./kitty.nix
|
||||
./lazygit.nix
|
||||
./librewolf.nix
|
||||
|
||||
@@ -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")
|
||||
]
|
||||
);
|
||||
};
|
||||
}
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user