mirror of
https://github.com/tuxdotrs/nix-config.git
synced 2026-06-17 10:16:31 +05:30
feat: add telegram
This commit is contained in:
@@ -105,6 +105,7 @@
|
|||||||
"SUPER, Return, spawn, wezterm"
|
"SUPER, Return, spawn, wezterm"
|
||||||
"SUPER, Space, spawn, vicinae toggle"
|
"SUPER, Space, spawn, vicinae toggle"
|
||||||
"SUPER, D, spawn, vesktop"
|
"SUPER, D, spawn, vesktop"
|
||||||
|
"SUPER, T, spawn, Telegram"
|
||||||
"SUPER, B, spawn, brave"
|
"SUPER, B, spawn, brave"
|
||||||
"SUPER, V, spawn, vicinae vicinae://extensions/vicinae/clipboard/history"
|
"SUPER, V, spawn, vicinae vicinae://extensions/vicinae/clipboard/history"
|
||||||
"SUPER+SHIFT, W, spawn, vicinae vicinae://extensions/sovereign/awww-switcher/wpgrid"
|
"SUPER+SHIFT, W, spawn, vicinae vicinae://extensions/sovereign/awww-switcher/wpgrid"
|
||||||
|
|||||||
@@ -40,10 +40,12 @@
|
|||||||
".local/share/zoxide"
|
".local/share/zoxide"
|
||||||
".local/state/lazygit"
|
".local/state/lazygit"
|
||||||
".local/share/vicinae"
|
".local/share/vicinae"
|
||||||
|
".local/share/TelegramDesktop"
|
||||||
];
|
];
|
||||||
|
|
||||||
files = [
|
files = [
|
||||||
".wakatime.cfg"
|
".wakatime.cfg"
|
||||||
|
".config/lan-mouse/lan-mouse.pem"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
@@ -123,6 +125,7 @@
|
|||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
nvtopPackages.full
|
nvtopPackages.full
|
||||||
davinci-resolve
|
davinci-resolve
|
||||||
|
telegram-desktop
|
||||||
];
|
];
|
||||||
|
|
||||||
# !!! DO NOT CHANGE THIS !!!
|
# !!! DO NOT CHANGE THIS !!!
|
||||||
|
|||||||
Reference in New Issue
Block a user