aboutsummaryrefslogtreecommitdiff
path: root/users/common/desktop/default.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-02-12 09:43:28 -0800
committerFranck Cuny <franck@fcuny.net>2022-02-12 09:43:28 -0800
commit11afbc7055752493217086dc56c60c72ec96b200 (patch)
treec0e781233b2ead699c84e567a04e9e0b8da89f4c /users/common/desktop/default.nix
parenthome-manager: remove trailing slash (diff)
downloadinfra-11afbc7055752493217086dc56c60c72ec96b200.tar.gz
home-manager: typo
Diffstat (limited to 'users/common/desktop/default.nix')
-rw-r--r--users/common/desktop/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/common/desktop/default.nix b/users/common/desktop/default.nix
index 0f6b27f..bf2ac8d 100644
--- a/users/common/desktop/default.nix
+++ b/users/common/desktop/default.nix
@@ -3,5 +3,5 @@
{
imports [
./browser.nix
- ]
+ ];
}