chore(nixos): re-organise packages
Remove packages that are either no longer used or have been moved into per-project flakes that are used with direnv.
This commit is contained in:
parent
b806a00ac0
commit
3ea182c94b
3 changed files with 0 additions and 19 deletions
system/nixos
|
@ -1,11 +1,6 @@
|
|||
{ config, inputs, pkgs }:
|
||||
|
||||
{
|
||||
nixpkgs = {
|
||||
config.allowUnfreePredicate = pkg:
|
||||
builtins.elem (inputs.lib.getName pkg) [ "postman" ];
|
||||
};
|
||||
|
||||
services.swayidle = {
|
||||
enable = true;
|
||||
|
||||
|
|
|
@ -15,7 +15,6 @@ in
|
|||
pkgs.pamixer
|
||||
pkgs.pass
|
||||
pkgs.pinentry
|
||||
pkgs.postman
|
||||
pkgs.slack
|
||||
pkgs.via
|
||||
pkgs.vial
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue