Skip to content

Commit 434e98d

Browse files
committed
Format code
1 parent db44944 commit 434e98d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

hosts/mercury/configuration.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{ suites, profiles, secrets, ... }: {
1+
{ suites, profiles, ... }: {
22
imports = with suites; base ++ fonts ++ [ profiles.users.work ];
33

44
tilde.host = {

modules/profiles/home/fish/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{ pkgs, lib, ... }: {
1+
{ pkgs, ... }: {
22
programs.fish = {
33
enable = true;
44

users/work/home.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
{ config, pkgs, suites, secrets, lib, ... }: {
2-
imports = (with suites; base ++ development);
1+
{ suites, ... }: {
2+
imports = with suites; base ++ development;
33

44
tilde.home = {
55
username = "ethan";

0 commit comments

Comments
 (0)