diff options
author | sefidel <contact@sefidel.net> | 2022-02-20 23:51:49 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-02-20 23:51:49 +0900 |
commit | 165a8222b585821c11bcf2f963b1c7c95eed97ec (patch) | |
tree | ef0d6a2933598d714273d771762cfcc950d52a7f | |
parent | da0588518893d67fb78618fa61d89b8480f29468 (diff) | |
download | nixrc-165a8222b585821c11bcf2f963b1c7c95eed97ec.tar.gz nixrc-165a8222b585821c11bcf2f963b1c7c95eed97ec.zip |
chore: reformat
-rw-r--r-- | home/profiles/messaging/default.nix | 6 | ||||
-rw-r--r-- | nixos/beta/hardware-configuration.nix | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/home/profiles/messaging/default.nix b/home/profiles/messaging/default.nix index b08e0bf..76bbb28 100644 --- a/home/profiles/messaging/default.nix +++ b/home/profiles/messaging/default.nix @@ -54,7 +54,11 @@ in neomutt.enable = true; neomutt.mailboxName = "zach"; neomutt.extraMailboxes = [ - "Archive" "Drafts" "Junk" "Sent" "Trash" + "Archive" + "Drafts" + "Junk" + "Sent" + "Trash" ]; imapnotify = { diff --git a/nixos/beta/hardware-configuration.nix b/nixos/beta/hardware-configuration.nix index 9191ca6..2372d11 100644 --- a/nixos/beta/hardware-configuration.nix +++ b/nixos/beta/hardware-configuration.nix @@ -7,7 +7,8 @@ boot.extraModulePackages = [ ]; fileSystems."/" = - { device = "/dev/disk/by-uuid/44444444-4444-4444-8888-888888888888"; + { + device = "/dev/disk/by-uuid/44444444-4444-4444-8888-888888888888"; fsType = "ext4"; }; |