Add Iotas and related language dictionaries
This commit is contained in:
@@ -10,6 +10,7 @@
|
|||||||
tutanota-desktop
|
tutanota-desktop
|
||||||
anki-bin
|
anki-bin
|
||||||
onlyoffice-bin
|
onlyoffice-bin
|
||||||
|
iotas
|
||||||
# Cloud
|
# Cloud
|
||||||
nextcloud-client
|
nextcloud-client
|
||||||
# Browsers
|
# Browsers
|
||||||
|
|||||||
@@ -42,5 +42,9 @@
|
|||||||
libnotify
|
libnotify
|
||||||
v4l-utils
|
v4l-utils
|
||||||
kronometer
|
kronometer
|
||||||
|
# Language dicts for Iotas
|
||||||
|
hunspell
|
||||||
|
hunspellDicts.pl_PL
|
||||||
|
hunspellDicts.en_US
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ _: {
|
|||||||
programs.bash = {
|
programs.bash = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableCompletion = true;
|
enableCompletion = true;
|
||||||
initExtra = ''
|
# initExtra = ''
|
||||||
fastfetch
|
# fastfetch
|
||||||
'';
|
# '';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -24,7 +24,6 @@ in
|
|||||||
./gh.nix
|
./gh.nix
|
||||||
./git.nix
|
./git.nix
|
||||||
./gtk.nix
|
./gtk.nix
|
||||||
./htop.nix
|
|
||||||
./kitty.nix
|
./kitty.nix
|
||||||
./lazygit.nix
|
./lazygit.nix
|
||||||
./librewolf.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
|
# APLIKACJE - GŁÓWNE
|
||||||
# =============================================================================
|
# =============================================================================
|
||||||
"$modifier, A, exec, anki"
|
"$modifier, A, exec, anki"
|
||||||
# "$modifier, B, exec, btop"
|
|
||||||
"$modifier, B, exec, bitwarden"
|
"$modifier, B, exec, bitwarden"
|
||||||
"$modifier, C, exec, chromium"
|
"$modifier, C, exec, chromium"
|
||||||
"$modifier, D, exec, discord"
|
"$modifier, D, exec, discord"
|
||||||
@@ -41,6 +40,7 @@ in
|
|||||||
# =============================================================================
|
# =============================================================================
|
||||||
# APLIKACJE - Z ALT I CONTROL
|
# APLIKACJE - Z ALT I CONTROL
|
||||||
# =============================================================================
|
# =============================================================================
|
||||||
|
"$modifier ALT, B, exec, btop"
|
||||||
"$modifier ALT, M, exec, dex ${desktopEntriesPath}/mastodon.desktop"
|
"$modifier ALT, M, exec, dex ${desktopEntriesPath}/mastodon.desktop"
|
||||||
"$modifier ALT, S, exec, slack"
|
"$modifier ALT, S, exec, slack"
|
||||||
"$modifier CONTROL, M, exec, mattermost-desktop"
|
"$modifier CONTROL, M, exec, mattermost-desktop"
|
||||||
|
|||||||
Reference in New Issue
Block a user