initial public-cof config
This commit is contained in:
parent
20147f145b
commit
9cb53cb9db
8 changed files with 174 additions and 0 deletions
27
machines/public-cof/programs.nix
Normal file
27
machines/public-cof/programs.nix
Normal file
|
@ -0,0 +1,27 @@
|
|||
{ pkgs, ... }:
|
||||
let pkgsList = with pkgs; [
|
||||
curl
|
||||
wget
|
||||
|
||||
nix-prefetch-git
|
||||
dnsutils
|
||||
|
||||
unzip
|
||||
zip
|
||||
ripgrep
|
||||
|
||||
niv
|
||||
nixfmt
|
||||
];
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
./vim.nix
|
||||
];
|
||||
programs = {
|
||||
tmux.enable = true;
|
||||
mosh.enable = true;
|
||||
};
|
||||
|
||||
environment.systemPackages = pkgsList;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue