a
This commit is contained in:
commit
2448f2fc1b
9 changed files with 285 additions and 0 deletions
12
cfg/winter/packages.nix
Normal file
12
cfg/winter/packages.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{ config, pkgs, ...}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
git neofetch neovim nodejs rsync wget
|
||||
gnupg
|
||||
light glxinfo
|
||||
alacritty discord-canary element-desktop firefox pavucontrol tor-browser-bundle-bin
|
||||
|
||||
(pkgs.writeShellScriptBin "nix-flakes" ''
|
||||
exec ${pkgs.nixUnstable}/bin/nix --experimental-features "nix-command flakes" "$@"
|
||||
'')
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue