restructured modules, toggling them, overlays

This commit is contained in:
2024-04-19 14:55:22 -06:00
parent 14676a34dc
commit 71c838a95a
24 changed files with 1173 additions and 76 deletions

View File

@@ -17,17 +17,10 @@ in {
../../services/printing.nix
../../services/sound.nix
../../services/systemd-user/tasks.nix
../../bundles/art.nix
../../bundles/dictionaries.nix
../../bundles/fonts.nix
../../bundles/gaming.nix
../../bundles/internet.nix
../../bundles/office.nix
../../bundles/dev/haskell.nix
../../bundles/dev/nix.nix
../../bundles/dev/python.nix
../../modules/apps.nix
../../modules/dev.nix
];
gaming.enable = true;
myGaming.enable = true;
networking = {
hostName = "workstation";
@@ -88,10 +81,6 @@ in {
};
jawz = {
packages = (with pkgs; [
godot_4 # game development
unstable.gdtoolkit # gdscript language server
blanket # background noise
pika-backup # backups
metadata-cleaner # remove any metadata and geolocation from files
@@ -115,7 +104,7 @@ in {
shortwave # listen to world radio
unstable.yt-dlp # downloads videos from most video websites
unstable.gallery-dl # similar to yt-dlp but for most image gallery websites
gallery-dl # similar to yt-dlp but for most image gallery websites
fd # modern find, faster searches
fzf # fuzzy finder! super cool and useful
@@ -162,9 +151,6 @@ in {
shellcheck # linting
shfmt # a shell parser and formatter
# C# & Rust
# omnisharp-roslyn # c# linter and code formatter
# DOCKER
dockfmt
@@ -205,7 +191,7 @@ in {
prettier # Linter
pnpm # Package manager
]);
};
}; # <--- end of package list
};
};