post murex

This commit is contained in:
atagen 2025-02-23 16:23:14 +11:00
parent 7485de646a
commit d429476553
29 changed files with 341 additions and 840 deletions

View file

@ -2,11 +2,10 @@
{
imports = [
../programs/kitty.nix
../programs/zsh.nix
# ../programs/zsh.nix
# ../programs/xresources.nix
../programs/helix.nix
# ../programs/atuin.nix
../programs/murex.nix
../programs/atuin.nix
];
home.packages = with pkgs; [
btop

View file

@ -1,5 +1,4 @@
_:
{
_: {
# imports = [
# ../util/flatpak.nix
# ];

View file

@ -55,6 +55,7 @@
nix-direnv = {
enable = true;
};
enableFishIntegration = true;
};
programs.git = {