Compare commits

..

No commits in common. "c932907afbcd66ce9e79fa27c90c289d97237d61" and "531121ed97c979c0da7bf8fdead0b497c150f132" have entirely different histories.

3 changed files with 5 additions and 16 deletions

View File

@ -2,10 +2,10 @@
let nathan = config.nathan;
in with lib; {
config = mkIf nathan.programs.alacritty {
home.packages = with pkgs; [
home.packages = with pkgs;
[
# Terminal
alacritty
gtkterm
];
#########################
## Alacritty

View File

@ -29,11 +29,7 @@ in {
imagemagickBig
## 3d printing
# Orca Slicer
appimage-run
orcaSlicer
## Cad Software
# python310Packages.cadquery
# cq-editor
];
};
}

View File

@ -89,13 +89,6 @@ in {
"guest ok" = "no";
"writable" = "yes";
};
Mount = {
path = "/run/media/nathan";
browesable = "yes";
"read only" = "no";
"guest ok" = "no";
"writable" = "yes";
};
};
};
}