fixed speakers again
This commit is contained in:
parent
e4f9fdf172
commit
19ab4d5d20
9 changed files with 2369 additions and 2147 deletions
|
@ -24,6 +24,7 @@
|
|||
inputs.affinity-nix.packages.x86_64-linux.designer
|
||||
|
||||
guix
|
||||
uv
|
||||
|
||||
thonny
|
||||
|
||||
|
@ -213,6 +214,7 @@
|
|||
gnomeExtensions.dash-to-dock
|
||||
# gnomeExtensions.solaar-extension
|
||||
gnomeExtensions.paperwm
|
||||
gnomeExtensions.custom-hot-corners-extended
|
||||
gnomeExtensions.media-controls
|
||||
gnomeExtensions.looking-glass-button
|
||||
gnomeExtensions.auto-power-profile
|
||||
|
@ -271,7 +273,7 @@
|
|||
ungoogled-chromium
|
||||
obsidian
|
||||
vlc
|
||||
polychromatic
|
||||
unstable.polychromatic
|
||||
discord
|
||||
slack
|
||||
signal-desktop
|
||||
|
@ -290,7 +292,9 @@
|
|||
blender
|
||||
davinci-resolve-studio
|
||||
steam
|
||||
zotero_7
|
||||
zotero
|
||||
jre
|
||||
tesseract
|
||||
handbrake
|
||||
renoise
|
||||
krita
|
||||
|
@ -400,18 +404,20 @@
|
|||
defaultSymlinkPath = "/run/user/1000/secrets";
|
||||
defaultSecretsMountPoint = "/run/user/1000/secrets.d";
|
||||
|
||||
secrets.bw_client_id = {
|
||||
path = "${config.sops.defaultSymlinkPath}/bw_client_id";
|
||||
secrets = {
|
||||
bw_client_id = {
|
||||
path = "${config.sops.defaultSymlinkPath}/bw_client_id";
|
||||
};
|
||||
bw_api_key = {
|
||||
path = "${config.sops.defaultSymlinkPath}/bw_api_key";
|
||||
};
|
||||
ssh_key = {
|
||||
path = "${config.sops.defaultSymlinkPath}/ssh_key";
|
||||
};
|
||||
borg_url = {
|
||||
path = "${config.sops.defaultSymlinkPath}/borg_url";
|
||||
};
|
||||
};
|
||||
|
||||
secrets.bw_api_key = {
|
||||
path = "${config.sops.defaultSymlinkPath}/bw_api_key";
|
||||
};
|
||||
|
||||
secrets.ssh_key = {
|
||||
path = "${config.sops.defaultSymlinkPath}/ssh_key";
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
programs = {
|
||||
|
@ -428,6 +434,9 @@
|
|||
"em" = "emacsclient -n -r";
|
||||
"mkdir" = "mkdir -pv";
|
||||
};
|
||||
interactiveShellInit = ''
|
||||
bind --erase \ct
|
||||
'';
|
||||
plugins = [
|
||||
{
|
||||
name = "upto";
|
||||
|
@ -438,6 +447,15 @@
|
|||
sha256 = "sha256-Lv2XtP2x9dkIkUUjMBWVpAs/l55Ztu7gIjKYH6ZzK4s=";
|
||||
};
|
||||
}
|
||||
# {
|
||||
# name = "zellij.fish";
|
||||
# src = pkgs.fetchFromGitHub {
|
||||
# owner = "kpbaks";
|
||||
# repo = "zellij.fish";
|
||||
# rev = "0b2393b48b55a7f3b200b5a12ac0cf26444b7172";
|
||||
# sha256 = "sha256-Nxo6usCI5tqLJ/CZ1YXtCFJ+piy1DGlzFIi9/HSgDIk=";
|
||||
# };
|
||||
# }
|
||||
];
|
||||
};
|
||||
starship = {
|
||||
|
@ -486,6 +504,12 @@
|
|||
enable = true;
|
||||
package = inputs.wezterm.packages.${pkgs.system}.default;
|
||||
};
|
||||
# zellij = {
|
||||
# enable = true;
|
||||
# package = pkgs.unstable.zellij;
|
||||
# enableFishIntegration = true;
|
||||
# enableBashIntegration = true;
|
||||
# };
|
||||
bat = {
|
||||
enable = true;
|
||||
};
|
||||
|
@ -507,7 +531,7 @@
|
|||
];
|
||||
repositories = [
|
||||
{
|
||||
"path" = "${config.sops.defaultSymlinkPath}/borg_url";
|
||||
"path" = "ssh://oyi3ydnz@oyi3ydnz.repo.borgbase.com/./repo";
|
||||
"label" = "eddie on borgbase";
|
||||
}
|
||||
];
|
||||
|
@ -528,6 +552,7 @@
|
|||
};
|
||||
fzf = {
|
||||
enable = true;
|
||||
enableFishIntegration = false;
|
||||
};
|
||||
broot = {
|
||||
enable = true;
|
||||
|
@ -660,13 +685,14 @@
|
|||
};
|
||||
|
||||
# moving files!
|
||||
home.file.".npmrc".source = ../dotfiles/dot_npmrc;
|
||||
xdg.configFile."just/justfile".source = ../dotfiles/dot_config/just/justfile;
|
||||
xdg.configFile."starship.toml".source = ../dotfiles/dot_config/starship.toml;
|
||||
xdg.configFile."ghostty".source = ../dotfiles/dot_config/ghostty;
|
||||
xdg.configFile."wezterm".source = ../dotfiles/dot_config/wezterm;
|
||||
xdg.configFile."git".source = ../dotfiles/dot_config/git;
|
||||
xdg.configFile."rbw".source = ../dotfiles/dot_config/rbw;
|
||||
home.file.".ssh/config".source = ../dotfiles/dot_ssh/config;
|
||||
home.file.".npmrc".source = ../dotfiles/dot_npmrc;
|
||||
home.file.".vst3/yabridge/yabridge.toml".source = ../dotfiles/dot_vst3/yabridge.toml;
|
||||
home.file.".sbclrc".source = ../dotfiles/dot_sbclrc;
|
||||
home.file.".signature".source = ../dotfiles/dot_signature;
|
||||
|
@ -681,6 +707,28 @@
|
|||
|
||||
xdg.configFile."emacs".enable = false;
|
||||
|
||||
xdg.configFile."zellij/config.kdl".text = ''
|
||||
theme "molokai-dark"
|
||||
pane_frames false
|
||||
default_shell "fish"
|
||||
copy_on_select false
|
||||
|
||||
keybinds {
|
||||
shared {
|
||||
bind "Ctrl Alt Left" { GoToPreviousTab; }
|
||||
bind "Ctrl Alt Right" { GoToNextTab; }
|
||||
bind "Ctrl Alt Up" { FocusPreviousPane; }
|
||||
bind "Ctrl Alt Down" { FocusNextPane; }
|
||||
bind "Ctrl Enter" { NewPane "Down"; }
|
||||
bind "Ctrl Shift Enter" { NewPane "Right"; }
|
||||
}
|
||||
locked {
|
||||
bind "Ctrl t" { NewTab; }
|
||||
bind "Ctrl w" { CloseTab; }
|
||||
}
|
||||
}
|
||||
'';
|
||||
|
||||
home.file.".msmtprc".source = ../dotfiles/dot_msmtprc;
|
||||
home.file.".mbsyncrc".source = ../dotfiles/dot_mbsyncrc;
|
||||
xdg.configFile."isyncrc".enable = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue