Created a media.nix package collection, and installed emacs
This commit is contained in:
parent
598c08a060
commit
a69333caa2
@ -8,6 +8,7 @@
|
||||
../nixos/wayland.nix
|
||||
../nixos/collections/dev.nix
|
||||
../nixos/collections/gaming.nix
|
||||
../nixos/collections/media.nix
|
||||
../nixos/collections/office.nix
|
||||
./buckwheat/configuration.nix
|
||||
home-manager.nixosModules.home-manager {
|
||||
|
@ -83,7 +83,6 @@
|
||||
dstat
|
||||
dua
|
||||
exiftool
|
||||
ffmpeg
|
||||
fq
|
||||
fx
|
||||
glow
|
||||
@ -95,7 +94,6 @@
|
||||
htmlq
|
||||
hugo
|
||||
iftop
|
||||
imagemagick
|
||||
ipcalc
|
||||
ipfetch
|
||||
iptraf-ng
|
||||
@ -131,7 +129,9 @@
|
||||
yai
|
||||
yank
|
||||
yq-go
|
||||
yt-dlp
|
||||
zoxide
|
||||
#Emacs
|
||||
emacs
|
||||
emacsPackages.doom
|
||||
];
|
||||
}
|
||||
|
13
nixos/collections/media.nix
Normal file
13
nixos/collections/media.nix
Normal file
@ -0,0 +1,13 @@
|
||||
# Media packages configuration.nix
|
||||
{ config, lib, pkgs, inputs, user, ... }:
|
||||
{
|
||||
users.users.${user.name}.packages = with pkgs; [
|
||||
ani-cli
|
||||
ffmpeg
|
||||
imagemagick
|
||||
mangal
|
||||
mpv
|
||||
yt-dlp
|
||||
ytfzf
|
||||
];
|
||||
}
|
@ -5,6 +5,7 @@
|
||||
ledger
|
||||
libreoffice
|
||||
#obsidian
|
||||
mupdf
|
||||
pandoc
|
||||
pdftk
|
||||
qcal
|
||||
|
@ -43,22 +43,16 @@
|
||||
dconf.enable = true;
|
||||
};
|
||||
users.users.${user.name}.packages = with pkgs; [
|
||||
ani-cli
|
||||
bitwarden
|
||||
glib
|
||||
gparted
|
||||
lagrange
|
||||
librewolf
|
||||
mangal
|
||||
mpv
|
||||
mullvad-browser
|
||||
mupdf
|
||||
#onionshare-gui
|
||||
signal-desktop
|
||||
simplex-chat-desktop
|
||||
tor-browser-bundle-bin
|
||||
#urlview
|
||||
ytfzf
|
||||
];
|
||||
environment.systemPackages = with pkgs; [
|
||||
libnotify
|
||||
|
Loading…
Reference in New Issue
Block a user