tweaks to home and config
This commit is contained in:
parent
eb36512915
commit
c39264760e
|
@ -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;
|
||||
|
|
|
@ -112,7 +112,7 @@
|
|||
glxinfo
|
||||
vulkan-tools
|
||||
pciutils
|
||||
# blesh
|
||||
blesh
|
||||
];
|
||||
|
||||
virtualisation.docker.enable = true;
|
||||
|
|
Loading…
Reference in a new issue