From 09f933c933f815ff0cf80c682b1962de4797e383 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sun, 19 Jan 2020 12:07:03 +0100 Subject: [PATCH] switch to termite --- nixos/common-hardware.nix | 2 +- nixos/home.nix | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/nixos/common-hardware.nix b/nixos/common-hardware.nix index 2bf82ecb..285acd8b 100644 --- a/nixos/common-hardware.nix +++ b/nixos/common-hardware.nix @@ -2,7 +2,7 @@ { sound.enable = true; networking.networkmanager.enable = true; - services.smatrd.enable = true; + services.smartd.enable = true; hardware.enableRedistributableFirmware = true; hardware.cpu.intel.updateMicrocode = true; hardware.pulseaudio = { diff --git a/nixos/home.nix b/nixos/home.nix index bb57c89d..a61031be 100644 --- a/nixos/home.nix +++ b/nixos/home.nix @@ -15,7 +15,7 @@ in }; home.sessionVariables = { - TERMINAL="alacritty"; + TERMINAL="termite"; CM_LAUNCHER="rofi"; PASSWORD_STORE_ENABLE_EXTENSIONS="true"; }; @@ -23,7 +23,7 @@ in imports = [ ./programs/tmux.nix ./programs/zsh.nix - ./programs/alacritty.nix + ./programs/termite.nix ./programs/git.nix ./programs/vim.nix ./programs.nix