This repository has been archived on 2025-03-05. You can view files and clone it, but cannot push or open issues or pull requests.

19 lines
192 B
Plaintext

{ config, pkgs, ... }:
{
imports = [
];
features = {
fish.enable = true;
neofetch.enable = true;
startship.enable = true;
tmux.enable = true;
};
home.stateVersion = "22.11";
}