Cleaned up a bit

This commit is contained in:
Bryan Ramos 2024-01-28 10:21:16 -05:00
parent 1e6c926916
commit 70dba827e8
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8
4 changed files with 18 additions and 14 deletions

View file

@ -32,10 +32,6 @@ in
platformTheme = "gtk";
};
programs = {
imv.enable = true;
};
home.packages = with pkgs; [
xdg-utils
grim
@ -45,8 +41,19 @@ in
ranger
highlight
terminus-nerdfont
noto-fonts
noto-fonts-cjk
noto-fonts-emoji
emote
];
programs = {
imv.enable = true;
};
fonts.fontconfig.enable = true;
modules = {