feat: Update stuff

This commit is contained in:
uttarayan21
2024-11-08 15:38:01 +05:30
parent 0d1842302f
commit aefef6e7fb
8 changed files with 390 additions and 306 deletions

View File

@@ -25,8 +25,6 @@ lib.attrsets.optionalAttrs device.hasGui {
# };
home.packages = with pkgs;
[
_1password
neovide
]
++ lib.optionals pkgs.stdenv.isLinux [
(mpv-unwrapped.wrapper {mpv = mpv-unwrapped.override {sixelSupport = true;};})

View File

@@ -54,8 +54,7 @@ in {
home.packages = with pkgs;
[
spotify-player
# spotify-player
sd
go
pandoc
@@ -244,8 +243,8 @@ in {
set fish_greeting
yes | fish_config theme save "Catppuccin Mocha"
'';
# ${pkgs.spotify-player}/bin/spotify_player generate fish | source
interactiveShellInit = ''
${pkgs.spotify-player}/bin/spotify_player generate fish | source
${pkgs.pfetch-rs}/bin/pfetch
function _aichat_fish
set -l _old (commandline)
@@ -311,7 +310,7 @@ in {
enable = true;
# enableAliases = true;
git = true;
icons = true;
icons = "auto";
};
# carapace = {
# # enable = true;

View File

@@ -23,7 +23,7 @@
darwinLaunchOptions = [
"--single-instance"
];
theme = "Catppuccin-Mocha";
themeFile = "Catppuccin-Mocha";
package = inputs.nixpkgs-master.legacyPackages.${device.system}.kitty;
};
}

View File

@@ -11,7 +11,6 @@
in {
programs.tmux = {
enable = true;
shell = "${pkgs.fish}/bin/fish";
terminal = "tmux-256color";
prefix = "C-q";
historyLimit = 100000;
@@ -68,6 +67,8 @@ in {
set -ga update-environment TERM_PROGRAM
set -sg escape-time 10
set -sa terminal-features ',wezterm:RGB'
set -g default-command "${pkgs.fish}/bin/fish";
set -g default-shell "${pkgs.fish}/bin/fish";