switch to termite
This commit is contained in:
parent
e478c05f7a
commit
09f933c933
2 changed files with 3 additions and 3 deletions
|
@ -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 = {
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue