This commit is contained in:
Emile Clark-Boman 2025-10-24 23:39:00 +10:00
parent e2f641e553
commit c8d3fe1e6b
2 changed files with 10 additions and 3 deletions

View file

@ -8,14 +8,16 @@
...
} @ args: {
imports = [
../modules/fish.nix
../modules/btop.nix
../modules/tmux.nix
../modules/term/foot.nix
../modules/git.nix
../modules/bat.nix
../modules/fish.nix
../modules/editor/helix.nix
(import ../modules/editor/vscode.nix args)
../modules/btop.nix
../modules/term/foot.nix
../modules/firefox.nix
../modules/apps/thunderbird.nix

5
homes/modules/tmux.nix Normal file
View file

@ -0,0 +1,5 @@
{...}: {
programs.tmux = {
enable = true;
};
}