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.packages = with pkgs; [
]; ];
home.file.".config/fish/config.fish" = { # home.file.".config/fish/config.fish" = {
source = ../fish/config.fish; # source = ../fish/config.fish;
}; # };
home.file.".config/fish/functions" = { # home.file.".config/fish/functions" = {
source = ../fish/functions; # source = ../fish/functions;
}; # };
programs.nushell = { programs.nushell = {
enable = true; enable = true;
}; };
home.file.".config/macchina" = { # home.file.".config/macchina" = {
source = ../macchina; # source = ../macchina;
recursive = true; # recursive = true;
}; # };
home.file."bin" = { home.file."bin" = {
source = ../scripts; source = ../scripts;

View file

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