tweaks to home and config

This commit is contained in:
Chris Cochrun 2023-01-27 11:25:45 -06:00
parent eb36512915
commit c39264760e
2 changed files with 11 additions and 11 deletions

View file

@ -28,22 +28,22 @@
home.packages = with pkgs; [
];
home.file.".config/fish/config.fish" = {
source = ../fish/config.fish;
};
# home.file.".config/fish/config.fish" = {
# source = ../fish/config.fish;
# };
home.file.".config/fish/functions" = {
source = ../fish/functions;
};
# home.file.".config/fish/functions" = {
# source = ../fish/functions;
# };
programs.nushell = {
enable = true;
};
home.file.".config/macchina" = {
source = ../macchina;
recursive = true;
};
# home.file.".config/macchina" = {
# source = ../macchina;
# recursive = true;
# };
home.file."bin" = {
source = ../scripts;

View file

@ -112,7 +112,7 @@
glxinfo
vulkan-tools
pciutils
# blesh
blesh
];
virtualisation.docker.enable = true;