mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-29 19:46:17 +01:00
3b229358a6
Signed-off-by: Magic_RB <magic_rb@redalder.org>
14 lines
229 B
Nix
14 lines
229 B
Nix
{ nixpkgs, nixpkgs-unstable, nixpkgs-master, custom, hostname, rlib, inputs }:
|
|
{ config, lib, ... }:
|
|
{
|
|
home.packages = with nixpkgs; [
|
|
gimp
|
|
firefox
|
|
scrot
|
|
xclip
|
|
mpv
|
|
] ++ [
|
|
nixpkgs-master.discord
|
|
];
|
|
}
|