Configuration for my NixOS based systems and Home Manager
0
fork

Configure Feed

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

Janet config stuff

+11 -1
+5
default-home.nix
··· 242 242 recursive = true; 243 243 }; 244 244 245 + xdg.dataFile.janet = { 246 + source = ./janet; 247 + recursive = true; 248 + }; 249 + 245 250 home.file.".local/bin" = { 246 251 source = ./scripts; 247 252 recursive = true;
+5
fish/config.fish
··· 60 60 set -Ux NATS_CERT /srv/nats/touma-nixos@packetlost.dev/cert.pem 61 61 set -Ux NATS_KEY /srv/nats/touma-nixos@packetlost.dev/key.pem 62 62 63 + # Janet config 64 + set -Ux JANET_TREE ~/.local/share/janet 65 + set -Ux JANET_PATH $JANET_TREE/lib 66 + fish_add_path $JANET_TREE/bin 67 + 63 68 # Keybindings 64 69 fish_default_key_bindings
janet/.gitkeep

This is a binary file and will not be displayed.

+1 -1
nvim/lua/plugins.lua
··· 289 289 config = function() require("crates").setup() end, 290 290 lazy = true, 291 291 ft = { "rust" } 292 - }, -- RISC-V Assembly syntax highlighting 292 + }, -- RISC-V Assembly syntax highlighting 293 293 { "kylelaker/riscv.vim", ft = "riscv" }, -- Hare Stuff 294 294 -- Hare stuff 295 295 -- Haredoc