aboutsummaryrefslogblamecommitdiff
path: root/home/profiles/minimal.nix
blob: 8590dd99b1939febc2f456f7ca20a59989f0108a (plain) (tree)
1
2
3
4
5
6
7
8
9
10





                                 
             
              

    
                             
                              
 


                                           
{ config, ... }:
let
  inherit (config.home) username;
in
{
  imports = [
    ./eza.nix
    ./fish.nix
  ];

  programs.bat.enable = true;
  programs.tmux.enable = true;

  home.homeDirectory = "/home/${username}";
  home.stateVersion = "25.05";
}