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,11 +2,11 @@
let nathan = config.nathan; let nathan = config.nathan;
in with lib; { in with lib; {
config = mkIf nathan.programs.alacritty { config = mkIf nathan.programs.alacritty {
home.packages = with pkgs; [ home.packages = with pkgs;
# Terminal [
alacritty # Terminal
gtkterm alacritty
]; ];
######################### #########################
## Alacritty ## Alacritty
######################### #########################

View File

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

View File

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