feat: Update stuff
This commit is contained in:
@@ -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;};})
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
darwinLaunchOptions = [
|
||||
"--single-instance"
|
||||
];
|
||||
theme = "Catppuccin-Mocha";
|
||||
themeFile = "Catppuccin-Mocha";
|
||||
package = inputs.nixpkgs-master.legacyPackages.${device.system}.kitty;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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";
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user