Skip to content

Commit 62407c4

Browse files
committed
treewide: put all imports on one line
1 parent 27dc95f commit 62407c4

File tree

3 files changed

+3
-18
lines changed

3 files changed

+3
-18
lines changed

base/core/home-manager.nix

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
{
2-
config,
3-
lib,
4-
inputs,
5-
pkgs,
6-
...
7-
}:
1+
{ config, lib, inputs, pkgs, ... }:
82

93
{
104
imports =

base/core/nix.nix

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
{
2-
config,
3-
pkgs,
4-
pkgs-unstable,
5-
...
6-
}:
1+
{ config, pkgs, pkgs-unstable, ... }:
72

83
{
94
nix.package = pkgs-unstable.nixVersions.latest;

base/gnome/gnome.nix

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
{
2-
pkgs,
3-
lib,
4-
...
5-
}:
1+
{ pkgs, lib, ... }:
62

73
{
84

0 commit comments

Comments
 (0)