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