forked from nico/dots
nix: merge linux/applications into applications
This commit is contained in:
parent
7c5239818e
commit
3ef5afeb2c
2 changed files with 9 additions and 17 deletions
|
|
@ -8,5 +8,13 @@
|
||||||
obsidian
|
obsidian
|
||||||
keepassxc
|
keepassxc
|
||||||
ani-cli
|
ani-cli
|
||||||
];
|
] ++ lib.optionals pkgs.stdenv.isLinux (with pkgs; [
|
||||||
|
mpv
|
||||||
|
ghostty
|
||||||
|
thunderbird
|
||||||
|
krita
|
||||||
|
openutau
|
||||||
|
obs-studio
|
||||||
|
blender
|
||||||
|
]);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,16 +0,0 @@
|
||||||
{ config, lib, pkgs, ... }:
|
|
||||||
|
|
||||||
{
|
|
||||||
imports = [ ../applications.nix ];
|
|
||||||
|
|
||||||
# nix pkgs
|
|
||||||
environment.systemPackages = with pkgs; [
|
|
||||||
mpv
|
|
||||||
ghostty
|
|
||||||
thunderbird
|
|
||||||
krita
|
|
||||||
openutau
|
|
||||||
obs-studio
|
|
||||||
blender
|
|
||||||
];
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue