diff --git a/home/git.nix b/home/git.nix index 5fb1f89..e5e31e4 100644 --- a/home/git.nix +++ b/home/git.nix @@ -1,8 +1,7 @@ {pkgs, ...}: { - - programs.git = { + programs.git = { enable = true; userEmail = "osmanfbayram@gmail.com"; userName = "osbm"; - }; -} \ No newline at end of file + }; +} diff --git a/home/home.nix b/home/home.nix index 72f1ca1..4b1d567 100644 --- a/home/home.nix +++ b/home/home.nix @@ -3,7 +3,6 @@ pkgs, ... }: { - imports = [ ./tmux ./git.nix diff --git a/home/ssh.nix b/home/ssh.nix index 739ec7e..b9d3d5c 100644 --- a/home/ssh.nix +++ b/home/ssh.nix @@ -33,4 +33,4 @@ }; }; }; -} \ No newline at end of file +} diff --git a/home/tmux/default.nix b/home/tmux/default.nix index 98b11bc..59211e5 100644 --- a/home/tmux/default.nix +++ b/home/tmux/default.nix @@ -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 ''; }; -} \ No newline at end of file +} diff --git a/hosts/iso/configuration.nix b/hosts/iso/configuration.nix index a0e964c..a7139a2 100644 --- a/hosts/iso/configuration.nix +++ b/hosts/iso/configuration.nix @@ -6,7 +6,6 @@ ... }: { imports = [ - ]; nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; diff --git a/hosts/ymir/configuration.nix b/hosts/ymir/configuration.nix index e1ea4ac..a034a4b 100644 --- a/hosts/ymir/configuration.nix +++ b/hosts/ymir/configuration.nix @@ -146,7 +146,6 @@ acceleration = "cuda"; }; - boot.binfmt.emulatedSystems = ["aarch64-linux"]; nix.settings.extra-platforms = config.boot.binfmt.emulatedSystems;