sort imports
This commit is contained in:
parent
b1f11c8684
commit
e43541049f
2 changed files with 11 additions and 10 deletions
|
@ -6,16 +6,16 @@
|
|||
inputs.nixos-hardware.nixosModules.lenovo-thinkpad-t480
|
||||
./hardware-configuration.nix
|
||||
./tailscale-foureighty.nix
|
||||
../../backups.nix
|
||||
../../boot.nix
|
||||
../../common.nix
|
||||
../../tailscale.nix
|
||||
../../distributed-builds.nix
|
||||
../../libvirt.nix
|
||||
../../backups.nix
|
||||
../../git
|
||||
../../gui
|
||||
../../i3
|
||||
../../git
|
||||
../../libvirt.nix
|
||||
../../mercurial
|
||||
../../tailscale.nix
|
||||
];
|
||||
|
||||
fileSystems."/" = {
|
||||
|
|
|
@ -4,16 +4,17 @@
|
|||
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
./tailscale-thinky.nix
|
||||
../../backups.nix
|
||||
../../boot.nix
|
||||
../../common.nix
|
||||
../../gfx-intel.nix
|
||||
../../i3
|
||||
../../tailscale.nix
|
||||
./tailscale-thinky.nix
|
||||
../../distributed-builds.nix
|
||||
../../gui
|
||||
../../gfx-intel.nix
|
||||
../../git
|
||||
../../backups.nix
|
||||
../../gui
|
||||
../../i3
|
||||
../../mercurial
|
||||
../../tailscale.nix
|
||||
];
|
||||
|
||||
time.timeZone = "Europe/Warsaw";
|
||||
|
|
Loading…
Reference in a new issue