WIP: add meta to packages and create nix-support/private file for unfree packages #20

Draft
abonerib wants to merge 481 commits from abonerib/bscpkgs:add-meta into master
2 changed files with 2 additions and 1 deletions
Showing only changes of commit 70a9e855cf - Show all commits

View File

@ -45,6 +45,8 @@
bsc.osumb
];
programs.direnv.enable = true;
systemd.services."serial-getty@ttyS0" = {
enable = true;
wantedBy = [ "getty.target" ];

View File

@ -2,7 +2,6 @@
{
environment.systemPackages = with pkgs; [
direnv
zsh-completions
nix-zsh-completions
];