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:
parent
a82a005ed2
commit
ba450b88ef
9 changed files with 49 additions and 26 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue