formatting
This commit is contained in:
parent
6cf1be302f
commit
6425d6a274
6 changed files with 17 additions and 21 deletions
|
|
@ -1,8 +1,7 @@
|
|||
{pkgs, ...}: {
|
||||
|
||||
programs.git = {
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userEmail = "osmanfbayram@gmail.com";
|
||||
userName = "osbm";
|
||||
};
|
||||
}
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,7 +3,6 @@
|
|||
pkgs,
|
||||
...
|
||||
}: {
|
||||
|
||||
imports = [
|
||||
./tmux
|
||||
./git.nix
|
||||
|
|
|
|||
|
|
@ -33,4 +33,4 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -36,23 +36,23 @@ in {
|
|||
mouse = true;
|
||||
shell = "${pkgs.fish}/bin/fish";
|
||||
plugins = with pkgs; [
|
||||
tmuxPlugins.sensible
|
||||
tmuxPlugins.better-mouse-mode
|
||||
{
|
||||
tmuxPlugins.sensible
|
||||
tmuxPlugins.better-mouse-mode
|
||||
{
|
||||
plugin = tmux-dracula;
|
||||
extraConfig = ''
|
||||
set -g @dracula-plugins "custom:wanikani.sh cpu-usage ram-usage gpu-usage battery time"
|
||||
set -g @dracula-show-left-icon hostname
|
||||
set -g @dracula-git-show-current-symbol ✓
|
||||
set -g @dracula-git-no-repo-message "no-git"
|
||||
set -g @dracula-show-timezone false
|
||||
set -g @dracula-ignore-lspci true
|
||||
set -g @dracula-plugins "custom:wanikani.sh cpu-usage ram-usage gpu-usage battery time"
|
||||
set -g @dracula-show-left-icon hostname
|
||||
set -g @dracula-git-show-current-symbol ✓
|
||||
set -g @dracula-git-no-repo-message "no-git"
|
||||
set -g @dracula-show-timezone false
|
||||
set -g @dracula-ignore-lspci true
|
||||
'';
|
||||
}
|
||||
}
|
||||
];
|
||||
extraConfig = ''
|
||||
# Automatically renumber windows
|
||||
set -g renumber-windows on
|
||||
# Automatically renumber windows
|
||||
set -g renumber-windows on
|
||||
'';
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@
|
|||
...
|
||||
}: {
|
||||
imports = [
|
||||
|
||||
];
|
||||
|
||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||
|
|
|
|||
|
|
@ -146,7 +146,6 @@
|
|||
acceleration = "cuda";
|
||||
};
|
||||
|
||||
|
||||
boot.binfmt.emulatedSystems = ["aarch64-linux"];
|
||||
nix.settings.extra-platforms = config.boot.binfmt.emulatedSystems;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue