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
|
inputs.nixos-hardware.nixosModules.lenovo-thinkpad-t480
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
./tailscale-foureighty.nix
|
./tailscale-foureighty.nix
|
||||||
|
../../backups.nix
|
||||||
../../boot.nix
|
../../boot.nix
|
||||||
../../common.nix
|
../../common.nix
|
||||||
../../tailscale.nix
|
|
||||||
../../distributed-builds.nix
|
../../distributed-builds.nix
|
||||||
../../libvirt.nix
|
../../git
|
||||||
../../backups.nix
|
|
||||||
../../gui
|
../../gui
|
||||||
../../i3
|
../../i3
|
||||||
../../git
|
../../libvirt.nix
|
||||||
../../mercurial
|
../../mercurial
|
||||||
|
../../tailscale.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
fileSystems."/" = {
|
fileSystems."/" = {
|
||||||
|
|
|
@ -4,16 +4,17 @@
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
|
./tailscale-thinky.nix
|
||||||
|
../../backups.nix
|
||||||
../../boot.nix
|
../../boot.nix
|
||||||
../../common.nix
|
../../common.nix
|
||||||
../../gfx-intel.nix
|
|
||||||
../../i3
|
|
||||||
../../tailscale.nix
|
|
||||||
./tailscale-thinky.nix
|
|
||||||
../../distributed-builds.nix
|
../../distributed-builds.nix
|
||||||
../../gui
|
../../gfx-intel.nix
|
||||||
../../git
|
../../git
|
||||||
../../backups.nix
|
../../gui
|
||||||
|
../../i3
|
||||||
|
../../mercurial
|
||||||
|
../../tailscale.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
time.timeZone = "Europe/Warsaw";
|
time.timeZone = "Europe/Warsaw";
|
||||||
|
|
Loading…
Reference in a new issue