Autostart
This commit is contained in:
parent
efa7761dea
commit
51623c7932
2 changed files with 6 additions and 1 deletions
5
autostart.nix
Normal file
5
autostart.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{ ... }:
|
||||
{
|
||||
onedrive.enable = true;
|
||||
|
||||
}
|
||||
|
|
@ -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
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue