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; sound.enable = true;
networking.networkmanager.enable = true; networking.networkmanager.enable = true;
services.smatrd.enable = true; services.smartd.enable = true;
hardware.enableRedistributableFirmware = true; hardware.enableRedistributableFirmware = true;
hardware.cpu.intel.updateMicrocode = true; hardware.cpu.intel.updateMicrocode = true;
hardware.pulseaudio = { hardware.pulseaudio = {

View file

@ -15,7 +15,7 @@ in
}; };
home.sessionVariables = { home.sessionVariables = {
TERMINAL="alacritty"; TERMINAL="termite";
CM_LAUNCHER="rofi"; CM_LAUNCHER="rofi";
PASSWORD_STORE_ENABLE_EXTENSIONS="true"; PASSWORD_STORE_ENABLE_EXTENSIONS="true";
}; };
@ -23,7 +23,7 @@ in
imports = [ imports = [
./programs/tmux.nix ./programs/tmux.nix
./programs/zsh.nix ./programs/zsh.nix
./programs/alacritty.nix ./programs/termite.nix
./programs/git.nix ./programs/git.nix
./programs/vim.nix ./programs/vim.nix
./programs.nix ./programs.nix