Restructure to use flakes
This commit is contained in:
37
home/programs.nix
Normal file
37
home/programs.nix
Normal file
@ -0,0 +1,37 @@
|
||||
{ inputs, pkgs, system, ... }: {
|
||||
home.packages = with pkgs; [
|
||||
dnsutils
|
||||
file
|
||||
gnumake
|
||||
pkg-config
|
||||
|
||||
i3lock-fancy
|
||||
|
||||
xfce.thunar
|
||||
xfce.thunar-volman
|
||||
# mounting external devices in thunar
|
||||
gvfs
|
||||
|
||||
antigen
|
||||
nodejs
|
||||
fortune
|
||||
httpie
|
||||
pass
|
||||
ripgrep
|
||||
gcc
|
||||
binutils # ar and stuff
|
||||
|
||||
# to view HTML emails in mutt
|
||||
w3m
|
||||
|
||||
# literature/papers
|
||||
zotero
|
||||
|
||||
# to copy from (n)vim into system clipboard under X11
|
||||
# use wl-copy and wl-pate under wayland
|
||||
xclip
|
||||
|
||||
obs-studio
|
||||
# unstable.obs-v4l2sink
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user