Skip to content

Commit

Permalink
Format nix code
Browse files Browse the repository at this point in the history
  • Loading branch information
i077 committed Mar 26, 2024
1 parent 5fd6365 commit 0a1e04f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
4 changes: 1 addition & 3 deletions hosts/venusaur/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
{
...
}: let
{...}: let
hostName = "Venusaur";
in {
imports = [./brew.nix ./home.nix ../../modules/darwin/fish.nix ../../modules/darwin/1password.nix];
Expand Down
4 changes: 1 addition & 3 deletions hosts/workmac/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
{
...
}: {
{...}: {
imports = [./brew.nix ./home.nix ../../modules/darwin/fish.nix ../../modules/darwin/1password.nix];

# User config
Expand Down
5 changes: 1 addition & 4 deletions modules/home/xdg.nix
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# Force all macOS utilities, e.g. zsh, to conform to the XDG Base Directory spec
{
config,
...
}: let
{config, ...}: let
# Use ~/Library/XDG for storing app files, I don't want any dotfiles cluttering up ~.
xdgSubdir = "Library/XDG";
xdgDir = "${config.home.homeDirectory}/Library/XDG";
Expand Down

0 comments on commit 0a1e04f

Please sign in to comment.