formatting

This commit is contained in:
Osman Faruk Bayram 2025-02-05 00:42:36 +03:00
parent 6cf1be302f
commit 6425d6a274
6 changed files with 17 additions and 21 deletions

View file

@ -1,8 +1,7 @@
{pkgs, ...}: { {pkgs, ...}: {
programs.git = {
programs.git = {
enable = true; enable = true;
userEmail = "osmanfbayram@gmail.com"; userEmail = "osmanfbayram@gmail.com";
userName = "osbm"; userName = "osbm";
}; };
} }

View file

@ -3,7 +3,6 @@
pkgs, pkgs,
... ...
}: { }: {
imports = [ imports = [
./tmux ./tmux
./git.nix ./git.nix

View file

@ -36,23 +36,23 @@ in {
mouse = true; mouse = true;
shell = "${pkgs.fish}/bin/fish"; shell = "${pkgs.fish}/bin/fish";
plugins = with pkgs; [ plugins = with pkgs; [
tmuxPlugins.sensible tmuxPlugins.sensible
tmuxPlugins.better-mouse-mode tmuxPlugins.better-mouse-mode
{ {
plugin = tmux-dracula; plugin = tmux-dracula;
extraConfig = '' extraConfig = ''
set -g @dracula-plugins "custom:wanikani.sh cpu-usage ram-usage gpu-usage battery time" 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-show-left-icon hostname
set -g @dracula-git-show-current-symbol set -g @dracula-git-show-current-symbol
set -g @dracula-git-no-repo-message "no-git" set -g @dracula-git-no-repo-message "no-git"
set -g @dracula-show-timezone false set -g @dracula-show-timezone false
set -g @dracula-ignore-lspci true set -g @dracula-ignore-lspci true
''; '';
} }
]; ];
extraConfig = '' extraConfig = ''
# Automatically renumber windows # Automatically renumber windows
set -g renumber-windows on set -g renumber-windows on
''; '';
}; };
} }

View file

@ -6,7 +6,6 @@
... ...
}: { }: {
imports = [ imports = [
]; ];
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";

View file

@ -146,7 +146,6 @@
acceleration = "cuda"; acceleration = "cuda";
}; };
boot.binfmt.emulatedSystems = ["aarch64-linux"]; boot.binfmt.emulatedSystems = ["aarch64-linux"];
nix.settings.extra-platforms = config.boot.binfmt.emulatedSystems; nix.settings.extra-platforms = config.boot.binfmt.emulatedSystems;