switch to termite

This commit is contained in:
Cyryl Płotnicki 2020-01-19 12:07:03 +01:00
parent e478c05f7a
commit 09f933c933
2 changed files with 3 additions and 3 deletions

View file

@ -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 = {

View file

@ -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