Home: Update config for new lock
This commit is contained in:
@ -365,7 +365,7 @@
|
|||||||
thunderbird # TODO: Email module
|
thunderbird # TODO: Email module
|
||||||
obsidian
|
obsidian
|
||||||
zotero
|
zotero
|
||||||
zeal-qt6 # docs browser
|
zeal # docs browser
|
||||||
helvum
|
helvum
|
||||||
vlc
|
vlc
|
||||||
audacity
|
audacity
|
||||||
@ -376,7 +376,7 @@
|
|||||||
picard
|
picard
|
||||||
|
|
||||||
# Office
|
# Office
|
||||||
wacomtablet # For xournalpp/krita
|
kdePackages.wacomtablet # For xournalpp/krita
|
||||||
xournalpp # Write with a pen, like old people
|
xournalpp # Write with a pen, like old people
|
||||||
hunspell # I cna't type
|
hunspell # I cna't type
|
||||||
hunspellDicts.en_US
|
hunspellDicts.en_US
|
||||||
@ -666,9 +666,21 @@
|
|||||||
|
|
||||||
ssh = {
|
ssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
compression = true;
|
enableDefaultConfig = false;
|
||||||
|
|
||||||
matchBlocks = {
|
matchBlocks = {
|
||||||
|
"*" = {
|
||||||
|
forwardAgent = false;
|
||||||
|
addKeysToAgent = "no";
|
||||||
|
compression = true;
|
||||||
|
serverAliveInterval = 0;
|
||||||
|
serverAliveCountMax = 3;
|
||||||
|
hashKnownHosts = false;
|
||||||
|
userKnownHostsFile = "~/.ssh/known_hosts";
|
||||||
|
controlMaster = "no";
|
||||||
|
controlPath = "~/.ssh/master-%r@%n:%p";
|
||||||
|
controlPersist = "no";
|
||||||
|
};
|
||||||
"nixinator" = {
|
"nixinator" = {
|
||||||
user = "christoph";
|
user = "christoph";
|
||||||
hostname = "192.168.86.50";
|
hostname = "192.168.86.50";
|
||||||
|
|||||||
@ -22,8 +22,8 @@ in {
|
|||||||
# fcitx5-configtool
|
# fcitx5-configtool
|
||||||
catppuccin-fcitx5
|
catppuccin-fcitx5
|
||||||
|
|
||||||
libsForQt5.fcitx5-qt # QT5
|
kdePackages.fcitx5-qt # QT5
|
||||||
libsForQt5.fcitx5-chinese-addons
|
kdePackages.fcitx5-chinese-addons
|
||||||
|
|
||||||
qt6Packages.fcitx5-qt # QT6
|
qt6Packages.fcitx5-qt # QT6
|
||||||
qt6Packages.fcitx5-chinese-addons
|
qt6Packages.fcitx5-chinese-addons
|
||||||
|
|||||||
@ -15,7 +15,7 @@ in {
|
|||||||
config = lib.mkIf rofi.enable {
|
config = lib.mkIf rofi.enable {
|
||||||
programs.rofi = {
|
programs.rofi = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.rofi-wayland;
|
package = pkgs.rofi;
|
||||||
terminal = "kitty";
|
terminal = "kitty";
|
||||||
font = "${color.font} 14";
|
font = "${color.font} 14";
|
||||||
location = "center";
|
location = "center";
|
||||||
|
|||||||
Reference in New Issue
Block a user