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;
|
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 = {
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue