refactor some things, might have broken everything
This commit is contained in:
20
osConfigs/global/minimal/packages.nix
Normal file
20
osConfigs/global/minimal/packages.nix
Normal file
@ -0,0 +1,20 @@
|
||||
# **************************************************************************** #
|
||||
# #
|
||||
# ::: :::::::: #
|
||||
# packages.nix :+: :+: :+: #
|
||||
# +:+ +:+ +:+ #
|
||||
# By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ #
|
||||
# +#+#+#+#+#+ +#+ #
|
||||
# Created: 2026/06/14 18:03:28 by tomoron #+# #+# #
|
||||
# Updated: 2026/06/14 18:06:25 by tomoron ### ########.fr #
|
||||
# #
|
||||
# **************************************************************************** #
|
||||
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
neovim
|
||||
pciutils
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user