From 67acd034fbdaabca5112dec55ce757d853d777cc Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Wed, 9 Feb 2022 08:36:41 -0800 Subject: home-manager: fix some typos --- users/fcuny/common.nix | 2 +- users/fcuny/terminal.nix | 11 +++++++++++ users/fcuny/termnial.nix | 11 ----------- 3 files changed, 12 insertions(+), 12 deletions(-) create mode 100644 users/fcuny/terminal.nix delete mode 100644 users/fcuny/termnial.nix (limited to 'users/fcuny') diff --git a/users/fcuny/common.nix b/users/fcuny/common.nix index 7bad304..ffa6bc0 100644 --- a/users/fcuny/common.nix +++ b/users/fcuny/common.nix @@ -16,5 +16,5 @@ import = [ ./git.nix ./go.nix - ] + ]; } diff --git a/users/fcuny/terminal.nix b/users/fcuny/terminal.nix new file mode 100644 index 0000000..d1352e7 --- /dev/null +++ b/users/fcuny/terminal.nix @@ -0,0 +1,11 @@ +{ config, pkgs, lib, ...}: + +{ + programs.alacritty = { + enable = true; + + settings = { + env.TERM = "xterm-256color"; + }; + }; +} diff --git a/users/fcuny/termnial.nix b/users/fcuny/termnial.nix deleted file mode 100644 index d1352e7..0000000 --- a/users/fcuny/termnial.nix +++ /dev/null @@ -1,11 +0,0 @@ -{ config, pkgs, lib, ...}: - -{ - programs.alacritty = { - enable = true; - - settings = { - env.TERM = "xterm-256color"; - }; - }; -} -- cgit 1.4.1