diff options
| author | Franck Cuny <franck@fcuny.net> | 2022-02-09 08:30:25 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2022-02-09 08:30:35 -0800 |
| commit | c827f699b17e04004b07fc444d213b5883315668 (patch) | |
| tree | 350729db5f23197516bffb5cd8f4fda171b8db5a /users/fcuny/common.nix | |
| parent | home-manager: simplify the configuration (diff) | |
| download | infra-c827f699b17e04004b07fc444d213b5883315668.tar.gz | |
home-manager: fix typo
Diffstat (limited to 'users/fcuny/common.nix')
| -rw-r--r-- | users/fcuny/common.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/fcuny/common.nix b/users/fcuny/common.nix index 04bc1c1..62ebb80 100644 --- a/users/fcuny/common.nix +++ b/users/fcuny/common.nix @@ -1,4 +1,4 @@ -{ config, lib, pkgs ... } +{ config, lib, pkgs, ... }: { home.packages = [ |
