···1-{inputs', pkgs, ... }:
2let
3 cliPackages = with pkgs; [
4 charm-freeze
···18 # Because there's dubious value in having hledger or irssi, just as an example, on a server.
19 # (Altho in the case of hledger it could also open up the avenue of having some kind of webapp interface I could access on my phone too ngl...)
20 imports = [
021 ./direnv.nix
22 ./fish.nix
23 ./git.nix
···1+{inputs', inputs, pkgs, ... }:
2let
3 cliPackages = with pkgs; [
4 charm-freeze
···18 # Because there's dubious value in having hledger or irssi, just as an example, on a server.
19 # (Altho in the case of hledger it could also open up the avenue of having some kind of webapp interface I could access on my phone too ngl...)
20 imports = [
21+ ./comma.nix
22 ./direnv.nix
23 ./fish.nix
24 ./git.nix