aboutsummaryrefslogtreecommitdiff
path: root/users/fcuny/desktop.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--users/fcuny/desktop.nix9
1 files changed, 1 insertions, 8 deletions
diff --git a/users/fcuny/desktop.nix b/users/fcuny/desktop.nix
index 6ded2a0..25c7d04 100644
--- a/users/fcuny/desktop.nix
+++ b/users/fcuny/desktop.nix
@@ -6,13 +6,6 @@
imports = [
./common.nix
./i3.nix
+ ./terminal.nix
];
-
- programs.alacritty = {
- enable = true;
-
- settings = {
- env.TERM = "xterm-256color";
- };
- };
}