ok a config is happening

This commit is contained in:
Matt Nish-Lapidus 2024-09-24 16:11:23 -04:00
parent dadb67e56d
commit 1e42aceed9
4 changed files with 138 additions and 28 deletions

View file

@ -3,39 +3,63 @@
nixpkgs.config.allowUnfree = true;
home = {
packages = with pkgs; [
plexamp
audacity
supercollider-with-plugins
python3
sbcl
nodejs_22
kanata-with-cmd
wezterm
gnupg
eza
fish
emacs
just
fd
fzf
bat
jq
starship
yt-dlp
htop
ripgrep
erdtree
pciutils
util-linux
coreutils
libgcc
raylib
SDL2
ruby
janet
jpm
python3
sbcl
nodejs_18
platformio-core
kanata-with-cmd
wezterm
emacs
fish
starship
lazygit
nnn
bitwarden-cli
bitwarden-desktop
tailscale
gnome.gnome-software
polychromatic
discord
slack
gnomeExtensions.just-perfection
gnomeExtensions.dash-to-dock
gnome.gnome-software
gnome.gnome-tweaks
vlc
polychromatic
discord
slack
signal-desktop
libreoffice
plexamp
audacity
supercollider-with-plugins
bitwig-studio
blender
davinci-resolve-studio
steam
];
username = "emenel";
@ -52,6 +76,10 @@
nix-direnv.enable = true;
};
fish.enable = true;
starship = {
enable = true;
enableFishIntegration = true;
};
};
services.flatpak.enable = true;
@ -67,5 +95,6 @@
"io.github.zen_browser.zen"
];
xdg.configFile."wezterm".source = ./dotfiles/dot_config/wezterm/wezterm.lua;
xdg.configFile."wezterm".source = ./dotfiles/dot_config/wezterm;
#xdg.configFile."fish".source = ./
}