chore: organise modules
Organise modules in a significantly better way with categories.
This commit is contained in:
parent
7444260d7d
commit
3660ef23f1
33 changed files with 77 additions and 76 deletions
|
|
@ -1,20 +0,0 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
spotify
|
||||
gimp
|
||||
audacity
|
||||
obsidian
|
||||
keepassxc
|
||||
ani-cli
|
||||
] ++ lib.optionals pkgs.stdenv.isLinux (with pkgs; [
|
||||
mpv
|
||||
ghostty
|
||||
thunderbird
|
||||
krita
|
||||
openutau
|
||||
obs-studio
|
||||
blender
|
||||
]);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue