removing old inputs, simplifying, wezterm
This commit is contained in:
parent
19ab4d5d20
commit
eeeb384c4c
5 changed files with 372 additions and 68 deletions
|
@ -1,4 +1,4 @@
|
|||
{ nix-flatpak, lib, config, pkgs, inputs, outputs, ... }:
|
||||
{ lib, config, pkgs, inputs, outputs, ... }:
|
||||
{
|
||||
|
||||
nixpkgs = {
|
||||
|
@ -28,6 +28,8 @@
|
|||
|
||||
thonny
|
||||
|
||||
inputs.isd.packages.x86_64-linux.default
|
||||
|
||||
just
|
||||
yt-dlp
|
||||
erdtree
|
||||
|
@ -181,6 +183,8 @@
|
|||
nixdoc
|
||||
nix-init
|
||||
|
||||
git-annex
|
||||
|
||||
fishPlugins.foreign-env
|
||||
fishPlugins.z
|
||||
fishPlugins.fzf-fish
|
||||
|
@ -495,11 +499,11 @@
|
|||
thefuck = {
|
||||
enable = true;
|
||||
};
|
||||
ghostty = {
|
||||
enable = true;
|
||||
package = inputs.ghostty.packages.x86_64-linux.ghostty;
|
||||
enableFishIntegration = true;
|
||||
};
|
||||
# ghostty = {
|
||||
# enable = true;
|
||||
# package = inputs.ghostty.packages.x86_64-linux.ghostty;
|
||||
# enableFishIntegration = true;
|
||||
# };
|
||||
wezterm = {
|
||||
enable = true;
|
||||
package = inputs.wezterm.packages.${pkgs.system}.default;
|
||||
|
@ -687,7 +691,7 @@
|
|||
# moving files!
|
||||
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."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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue