my nixos dotfiles :3 (git.koi.rip mirror) git.koi.rip/koi/dotfiles
linux dotfiles neovim nixos catppuccin
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

iamb: nuke

get tf out with this shit 200 fucking gigabytes, GIGAbytes (GB) of LOGS
WHAT THE FUCK

june a32b5272 fe156c68

-27
-1
home/modules/programs/default.nix
··· 7 7 ./fzf.nix 8 8 ./zsh.nix 9 9 ./aerc.nix 10 - ./iamb.nix 11 10 ./direnv.nix 12 11 ./zoxide.nix 13 12 ./neovim.nix
-26
home/modules/programs/iamb.nix
··· 1 - { config, ... }: 2 - 3 - { 4 - programs.iamb = { 5 - enable = true; 6 - 7 - settings = { 8 - profiles.user.user_id = "@koi:nelliel.cv"; 9 - dirs.downloads = config.xdg.userDirs.download; 10 - settings = { 11 - user_gutter_width = 20; 12 - username_display = "displayname"; 13 - typing_notice_send = false; 14 - notifications.enabled = true; 15 - image_preview.protocol.type = "sixel"; 16 - layout.style = "restore"; 17 - sort.rooms = [ 18 - "favorite" 19 - "recent" 20 - "unread" 21 - "name" 22 - ]; 23 - }; 24 - }; 25 - }; 26 - }