nix: merge linux/applications into applications

This commit is contained in:
Nico 2025-05-03 16:16:03 +10:00
parent 7c5239818e
commit 3ef5afeb2c
2 changed files with 9 additions and 17 deletions

View file

@ -8,5 +8,13 @@
obsidian
keepassxc
ani-cli
];
] ++ lib.optionals pkgs.stdenv.isLinux (with pkgs; [
mpv
ghostty
thunderbird
krita
openutau
obs-studio
blender
]);
}

View file

@ -1,16 +0,0 @@
{ config, lib, pkgs, ... }:
{
imports = [ ../applications.nix ];
# nix pkgs
environment.systemPackages = with pkgs; [
mpv
ghostty
thunderbird
krita
openutau
obs-studio
blender
];
}