feat: font; qt theme; foot program

font: Change from Monocraft to JetBrains
qt: Change theme to Fusion (doesn't look like it works)
foot: enable proper home-manger foot server support
This commit is contained in:
Zhongheng Liu 2024-10-26 12:47:26 +03:00
commit ba450b88ef
Signed by: steven
GPG key ID: DC8F48E7B4C40905
9 changed files with 49 additions and 26 deletions

View file

@ -22,7 +22,6 @@
FLAKE = config.myConfigLocation;
GTK_IM_MODULE = lib.mkForce "";
};
services.pcscd.enable = true;
services.keyd = {
enable = true;
@ -35,8 +34,7 @@
esc = "capslock";
};
};
extraConfig = ''
'';
extraConfig = "";
};
};
};
@ -105,10 +103,7 @@
};
security.polkit.enable = true;
environment.systemPackages = with pkgs; [
(pass-wayland.withExtensions (exts: [
exts.pass-otp
exts.pass-import
]))
(pass-wayland.withExtensions (exts: [exts.pass-otp exts.pass-import]))
gparted
zed-editor
libsForQt5.qt5.qtquickcontrols2