Tidied up some formatting
This commit is contained in:
parent
c16f900884
commit
c6b30fd900
|
@ -6,25 +6,25 @@
|
|||
|
||||
imports = [
|
||||
../hardware/purism_librem_15.nix # Include the results of the hardware scan.
|
||||
../profiles/android.nix # Provide an Android dev environment
|
||||
../profiles/cron-craige.nix # Provide Craige's cron jobs
|
||||
../profiles/daedalus.nix # The open source cryptocurrency wallet for ADA
|
||||
../profiles/desktop-feeds.nix # Tools for news feeds and podcasts
|
||||
../profiles/haskell-dev.nix # Haskel dev environment
|
||||
../profiles/host_common.nix # Common host configuration options
|
||||
../profiles/iohk.nix # IOHK environment
|
||||
../profiles/neomutt.nix # Neomutt email
|
||||
../profiles/nix-community.nix # Nix community aarch64 tooling
|
||||
../profiles/nix-mio-ops.nix # mio-ops Nix tooling
|
||||
../profiles/nixpkgs-dev.nix # Nix pkgs dev tools
|
||||
../profiles/openssh.nix # Enable and configure openssh
|
||||
../profiles/qemu.nix # Qemu virtualisation
|
||||
../profiles/weechat.nix # Weechat environment
|
||||
../profiles/xmonad.nix # Xmonad desktop environment
|
||||
../profiles/yubikey.nix # Yubikey tooling
|
||||
../secrets/craige.nix # Ssshhhhh!
|
||||
../secrets/root.nix # Ssshhhhh!
|
||||
../secrets/wireless.nix # Hey look! A squirrel!
|
||||
../profiles/android.nix # Provide an Android dev environment
|
||||
../profiles/cron-craige.nix # Provide Craige's cron jobs
|
||||
../profiles/daedalus.nix # The open source cryptocurrency wallet for ADA
|
||||
../profiles/desktop-feeds.nix # Tools for news feeds and podcasts
|
||||
../profiles/haskell-dev.nix # Haskel dev environment
|
||||
../profiles/host_common.nix # Common host configuration options
|
||||
../profiles/iohk.nix # IOHK environment
|
||||
../profiles/neomutt.nix # Neomutt email
|
||||
../profiles/nix-community.nix # Nix community aarch64 tooling
|
||||
../profiles/nix-mio-ops.nix # mio-ops Nix tooling
|
||||
../profiles/nixpkgs-dev.nix # Nix pkgs dev tools
|
||||
../profiles/openssh.nix # Enable and configure openssh
|
||||
../profiles/qemu.nix # Qemu virtualisation
|
||||
../profiles/weechat.nix # Weechat environment
|
||||
../profiles/xmonad.nix # Xmonad desktop environment
|
||||
../profiles/yubikey.nix # Yubikey tooling
|
||||
../secrets/craige.nix # Ssshhhhh!
|
||||
../secrets/root.nix # Ssshhhhh!
|
||||
../secrets/wireless.nix # Hey look! A squirrel!
|
||||
];
|
||||
|
||||
deployment.targetHost = "localhost";
|
||||
|
|
Loading…
Reference in a new issue