format
This commit is contained in:
+3
-1
@@ -6,7 +6,8 @@
|
||||
|
||||
{
|
||||
imports =
|
||||
[ # Include the results of the hardware scan.
|
||||
[
|
||||
# Include the results of the hardware scan.
|
||||
./hardware-configuration.nix
|
||||
inputs.sops-nix.nixosModules.sops
|
||||
];
|
||||
@@ -96,6 +97,7 @@
|
||||
# with more details log output
|
||||
nix-output-monitor
|
||||
nixd
|
||||
nixpkgs-fmt
|
||||
|
||||
# system call monitoring
|
||||
strace # system call monitoring
|
||||
|
||||
@@ -17,7 +17,8 @@
|
||||
specialArgs = { inherit inputs; };
|
||||
modules = [
|
||||
./configuration.nix
|
||||
home-manager.nixosModules.home-manager {
|
||||
home-manager.nixosModules.home-manager
|
||||
{
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.useUserPackages = true;
|
||||
home-manager.users.origami = import ./home.nix;
|
||||
|
||||
Reference in New Issue
Block a user