Fix quickstart.nix

This commit is contained in:
2026-01-24 16:36:04 +01:00
parent cb990c0cd4
commit b6f59055d8
3 changed files with 10 additions and 10 deletions

View File

@@ -2,15 +2,15 @@
# If you want to adapt it to a specific device, copy this file with the correct hostname
{pkgs, ...}: {
imports = [
../global
./global
../features/fish
../features/direnv
../features/neovim
../features/yazi
../features/emacs
../features/nix-helper
../features/tmux
./features/fish
./features/direnv
./features/neovim
./features/yazi
./features/emacs
./features/nix-helper
./features/tmux
];
is-nixos = false;