Compare commits
No commits in common. "c932907afbcd66ce9e79fa27c90c289d97237d61" and "531121ed97c979c0da7bf8fdead0b497c150f132" have entirely different histories.
c932907afb
...
531121ed97
|
@ -2,11 +2,11 @@
|
|||
let nathan = config.nathan;
|
||||
in with lib; {
|
||||
config = mkIf nathan.programs.alacritty {
|
||||
home.packages = with pkgs; [
|
||||
# Terminal
|
||||
alacritty
|
||||
gtkterm
|
||||
];
|
||||
home.packages = with pkgs;
|
||||
[
|
||||
# Terminal
|
||||
alacritty
|
||||
];
|
||||
#########################
|
||||
## Alacritty
|
||||
#########################
|
||||
|
|
|
@ -29,11 +29,7 @@ in {
|
|||
imagemagickBig
|
||||
## 3d printing
|
||||
# Orca Slicer
|
||||
appimage-run
|
||||
orcaSlicer
|
||||
## Cad Software
|
||||
# python310Packages.cadquery
|
||||
# cq-editor
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue