diff --git a/hosts/adrastea/hardware-configuration.nix b/hosts/adrastea/hardware-configuration.nix index 9fffae6..8928925 100644 --- a/hosts/adrastea/hardware-configuration.nix +++ b/hosts/adrastea/hardware-configuration.nix @@ -27,7 +27,8 @@ fsType = "ext4"; }; - boot.initrd.luks.devices."luks-f169a679-d70b-4dff-a344-7131f3303813".device = "/dev/disk/by-uuid/f169a679-d70b-4dff-a344-7131f3303813"; + boot.initrd.luks.devices."luks-f169a679-d70b-4dff-a344-7131f3303813".device = + "/dev/disk/by-uuid/f169a679-d70b-4dff-a344-7131f3303813"; fileSystems."/boot" = { device = "/dev/disk/by-uuid/3FCB-9D60"; diff --git a/hosts/callisto/hardware-configuration.nix b/hosts/callisto/hardware-configuration.nix index fa710a1..ea2786b 100644 --- a/hosts/callisto/hardware-configuration.nix +++ b/hosts/callisto/hardware-configuration.nix @@ -26,7 +26,8 @@ fsType = "ext4"; }; - boot.initrd.luks.devices."crypted".device = "/dev/disk/by-uuid/f4c552be-a4c2-4ca0-aec6-ed692d78fe24"; + boot.initrd.luks.devices."crypted".device = + "/dev/disk/by-uuid/f4c552be-a4c2-4ca0-aec6-ed692d78fe24"; fileSystems."/boot" = { device = "/dev/disk/by-uuid/852F-07F1"; diff --git a/hosts/cassini/hardware-configuration.nix b/hosts/cassini/hardware-configuration.nix index 9fffae6..8928925 100644 --- a/hosts/cassini/hardware-configuration.nix +++ b/hosts/cassini/hardware-configuration.nix @@ -27,7 +27,8 @@ fsType = "ext4"; }; - boot.initrd.luks.devices."luks-f169a679-d70b-4dff-a344-7131f3303813".device = "/dev/disk/by-uuid/f169a679-d70b-4dff-a344-7131f3303813"; + boot.initrd.luks.devices."luks-f169a679-d70b-4dff-a344-7131f3303813".device = + "/dev/disk/by-uuid/f169a679-d70b-4dff-a344-7131f3303813"; fileSystems."/boot" = { device = "/dev/disk/by-uuid/3FCB-9D60"; diff --git a/hosts/demeter/hardware-configuration.nix b/hosts/demeter/hardware-configuration.nix index 74d863f..ff26c83 100644 --- a/hosts/demeter/hardware-configuration.nix +++ b/hosts/demeter/hardware-configuration.nix @@ -30,7 +30,8 @@ fsType = "ext4"; }; - boot.initrd.luks.devices."luks-362ec972-7c5e-4c9f-ba5d-b8f2ed083509".device = "/dev/disk/by-uuid/362ec972-7c5e-4c9f-ba5d-b8f2ed083509"; + boot.initrd.luks.devices."luks-362ec972-7c5e-4c9f-ba5d-b8f2ed083509".device = + "/dev/disk/by-uuid/362ec972-7c5e-4c9f-ba5d-b8f2ed083509"; fileSystems."/boot" = { device = "/dev/disk/by-uuid/27EE-D950"; diff --git a/users/youwen/linux/packages/aarch-64/default.nix b/users/youwen/linux/packages/aarch-64/default.nix index 53deb7f..dc5fd2d 100644 --- a/users/youwen/linux/packages/aarch-64/default.nix +++ b/users/youwen/linux/packages/aarch-64/default.nix @@ -3,10 +3,8 @@ let createCommon = import ../common-packages.nix; in { - home.packages = - (createCommon pkgs) - ++ [ - ]; + home.packages = (createCommon pkgs) ++ [ + ]; home.sessionVariables = { DEFAULT_BROWSER = "${pkgs.zen-browser}/bin/zen";