tsp: move to relative paths
This commit is contained in:
parent
a2040ce915
commit
2669d33419
|
@ -5,31 +5,31 @@
|
|||
[ # Include the results of the hardware scan.
|
||||
./hardware.nix
|
||||
../../2configs/default.nix
|
||||
# (self + "/2configs/nur.nix")
|
||||
# ../../2configs/nur.nix
|
||||
|
||||
# (self + "/2configs/nur.nix")
|
||||
(self + "/2configs/home-manager")
|
||||
(self + "/2configs/main-laptop.nix")
|
||||
(self + "/2configs/editor/neovim")
|
||||
(self + "/2configs/tools/core.nix")
|
||||
# (self + "/2configs/tools/all.nix")
|
||||
# ../../2configs/nur.nix
|
||||
../../2configs/home-manager
|
||||
../../2configs/main-laptop.nix
|
||||
../../2configs/editor/neovim
|
||||
../../2configs/tools/core.nix
|
||||
# ../../2configs/tools/all.nix
|
||||
|
||||
((import ../../2configs/fs/disko/single-disk-encrypted-zfs.nix ) { disks = ["/dev/sda" ]; hostId = "f8b8e0a2"; })
|
||||
# hardware specifics are in here
|
||||
(self + "/2configs/hw/bluetooth.nix")
|
||||
(self + "/2configs/hw/network-manager.nix")
|
||||
../../2configs/hw/bluetooth.nix
|
||||
../../2configs/hw/network-manager.nix
|
||||
|
||||
|
||||
# (self + "/2configs/rad1o.nix")
|
||||
# ../../2configs/rad1o.nix
|
||||
|
||||
(self + "/2configs/zsh-user.nix")
|
||||
(self + "/2configs/home-manager")
|
||||
(self + "/2configs/home-manager/desktop.nix")
|
||||
(self + "/2configs/home-manager/cli.nix")
|
||||
../../2configs/zsh-user.nix
|
||||
../../2configs/home-manager
|
||||
../../2configs/home-manager/desktop.nix
|
||||
../../2configs/home-manager/cli.nix
|
||||
|
||||
# still broken
|
||||
#(self + "/2configs/tinc/retiolum.nix")
|
||||
# (self + "/2configs/sshd-totp.nix")
|
||||
# ../../2configs/tinc/retiolum.nix
|
||||
# ../../2configs/sshd-totp.nix
|
||||
];
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
|
Loading…
Reference in a new issue