emacs has been adapted

This commit is contained in:
2026-03-06 13:44:14 +01:00
parent 7817190e70
commit 1d2e7b66ba
61 changed files with 944 additions and 5567 deletions
+6 -3
View File
@@ -1,4 +1,7 @@
# Traveldroid NixOS Configuration
{ ... }: {
# Your NixOS configuration for traveldroid
{ user, ... } : {
imports =
[
./hardware-configuration.nix
../../configuration
];
}