Initial commit
This commit is contained in:
commit
c3fe1114b3
20 changed files with 885 additions and 0 deletions
28
config/packages.nix
Normal file
28
config/packages.nix
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
ffmpeg
|
||||
jq
|
||||
git
|
||||
wget
|
||||
libnotify
|
||||
ripgrep
|
||||
unzip
|
||||
tldr
|
||||
pandoc
|
||||
pamixer
|
||||
screenfetch
|
||||
|
||||
gcc
|
||||
rustup
|
||||
idris2
|
||||
|
||||
wob
|
||||
grim
|
||||
slurp
|
||||
imv
|
||||
];
|
||||
|
||||
programs.sway.enable = true;
|
||||
programs.sway.extraPackages = [];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue