Autostart

This commit is contained in:
Nio 2026-05-07 09:01:18 +02:00
parent efa7761dea
commit 51623c7932
2 changed files with 6 additions and 1 deletions

View file

@ -9,6 +9,7 @@
[ # Include the results of the hardware scan.
./hardware-configuration.nix
./programs.nix
./autostart.nix
];
# Bootloader.
@ -105,7 +106,6 @@
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [
git
# vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
# wget
];