diff options
| author | Rosa <rosaontheweb@proton.me> | 2026-03-25 16:43:54 -0400 |
|---|---|---|
| committer | Rosa <rosaontheweb@proton.me> | 2026-03-25 16:43:54 -0400 |
| commit | 112a507d3d85a80f7eac8919a43be316874ecce9 (patch) | |
| tree | 26f01aeb75dcd676708ef401182c7117005d577e /hosts | |
| parent | a1bf814a67e191a6b8573335700395e8ab57137f (diff) | |
vencord
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/the-meowchine/default.nix | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/hosts/the-meowchine/default.nix b/hosts/the-meowchine/default.nix index b1c15ea..4c0f720 100644 --- a/hosts/the-meowchine/default.nix +++ b/hosts/the-meowchine/default.nix @@ -1,4 +1,4 @@ -{ config, ... }: +{ config, lib, ... }: { home-manager.users.rosa = { imports = [ ../../modules/user ]; @@ -9,6 +9,12 @@ stateVersion = "23.05"; username = "rosa"; }; + + programs = { + fuzzel.settings.main.font = lib.mkForce "Fira Code:size=14"; # idk what the issue is. + iamb.enable = true; + vesktop.enable = true; + }; }; networking.networkmanager.enable = true; |
